Для изменения размера нажмите или перетащите

CommandManageRoles - метод

Пространство имён:  Tessa.Extensions.Default.Console.ManageRoles
Сборка:  Tessa.Extensions.Default.Console (в Tessa.Extensions.Default.Console.dll) Версия: 3.5.0.19
Синтаксис
[VerbAttribute("ManageRoles")]
[LocalizableDescriptionAttribute("Common_CLI_ManageRoles")]
public static Task ManageRoles(
	[OutputAttribute] TextWriter stdOut,
	[ErrorAttribute] TextWriter stdErr,
	[ArgumentAttribute][LocalizableDescriptionAttribute("Common_CLI_ManageRoleCommands")] IEnumerable<CommandType> command = null,
	[ArgumentAttribute("id")][LocalizableDescriptionAttribute("Common_CLI_RoleIdentifiers")] string identifiers = null,
	[ArgumentAttribute("bulk")][LocalizableDescriptionAttribute("Common_CLI_SyncDeputiesBulkSize")] int bulkSize = 500000,
	[ArgumentAttribute("a")][LocalizableDescriptionAttribute("Common_CLI_Address")] string address = null,
	[ArgumentAttribute("i")][LocalizableDescriptionAttribute("Common_CLI_Instance")] string instanceName = null,
	[ArgumentAttribute("u")][LocalizableDescriptionAttribute("Common_CLI_UserName")] string userName = null,
	[ArgumentAttribute("p")][LocalizableDescriptionAttribute("Common_CLI_Password")] string password = null,
	[ArgumentAttribute("q")][LocalizableDescriptionAttribute("Common_CLI_Quiet")] bool quiet = false,
	[ArgumentAttribute("nologo")][LocalizableDescriptionAttribute("CLI_NoLogo")] bool nologo = false
)

Параметры

stdOut
Тип: System.IOTextWriter
stdErr
Тип: System.IOTextWriter
command (Optional)
Тип: System.Collections.GenericIEnumerableCommandType
identifiers (Optional)
Тип: SystemString
bulkSize (Optional)
Тип: SystemInt32
address (Optional)
Тип: SystemString
instanceName (Optional)
Тип: SystemString
userName (Optional)
Тип: SystemString
password (Optional)
Тип: SystemString
quiet (Optional)
Тип: SystemBoolean
nologo (Optional)
Тип: SystemBoolean

Возвращаемое значение

Тип: Task
См. также