SecurityPrincipalInfoListWithToken Constructors

Definition

Overloads

SecurityPrincipalInfoListWithToken()

Initializes a new instance of the SecurityPrincipalInfoListWithToken class.

SecurityPrincipalInfoListWithToken(String)

Initializes a new instance of the SecurityPrincipalInfoListWithToken class with required arguments.

SecurityPrincipalInfoListWithToken()

Initializes a new instance of the SecurityPrincipalInfoListWithToken class.

public SecurityPrincipalInfoListWithToken ();
Public Sub New ()

Applies to

SecurityPrincipalInfoListWithToken(String)

Initializes a new instance of the SecurityPrincipalInfoListWithToken class with required arguments.

public SecurityPrincipalInfoListWithToken (string newContinuationToken);
new Microsoft.WindowsAzure.Management.RemoteApp.Models.SecurityPrincipalInfoListWithToken : string -> Microsoft.WindowsAzure.Management.RemoteApp.Models.SecurityPrincipalInfoListWithToken
Public Sub New (newContinuationToken As String)

Parameters

newContinuationToken
String

Applies to