C# Класс Amazon.IdentityManagement.Model.AddUserToGroupRequest

Container for the parameters to the AddUserToGroup operation.

Adds the specified user to the specified group.

Наследование: AmazonIdentityManagementServiceRequest
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AddUserToGroupRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

AddUserToGroupRequest ( string groupName, string userName ) : System

Instantiates AddUserToGroupRequest with the parameterized properties

Приватные методы

Метод Описание
IsSetGroupName ( ) : bool
IsSetUserName ( ) : bool

Описание методов

AddUserToGroupRequest() публичный Метод

Empty constructor used to set properties independently even when a simple constructor is available
public AddUserToGroupRequest ( ) : System
Результат System

AddUserToGroupRequest() публичный Метод

Instantiates AddUserToGroupRequest with the parameterized properties
public AddUserToGroupRequest ( string groupName, string userName ) : System
groupName string The name of the group to update. This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
userName string The name of the user to add. This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
Результат System