SecurityPrincipalInfoListWithToken Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET