Aracılığıyla paylaş


GetGroupIdListForLdapUserResponse Constructors

Definition

Overloads

GetGroupIdListForLdapUserResponse()

Initializes a new instance of the GetGroupIdListForLdapUserResponse class.

GetGroupIdListForLdapUserResponse(IList<String>)

Initializes a new instance of the GetGroupIdListForLdapUserResponse class.

GetGroupIdListForLdapUserResponse()

Initializes a new instance of the GetGroupIdListForLdapUserResponse class.

public GetGroupIdListForLdapUserResponse ();
Public Sub New ()

Applies to

GetGroupIdListForLdapUserResponse(IList<String>)

Initializes a new instance of the GetGroupIdListForLdapUserResponse class.

public GetGroupIdListForLdapUserResponse (System.Collections.Generic.IList<string> groupIdsForLdapUser = default);
new Microsoft.Azure.Management.NetApp.Models.GetGroupIdListForLdapUserResponse : System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.NetApp.Models.GetGroupIdListForLdapUserResponse
Public Sub New (Optional groupIdsForLdapUser As IList(Of String) = Nothing)

Parameters

groupIdsForLdapUser
IList<String>

Group Id list

Applies to