SubscriptionServicePrincipalCreateParameters 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
SubscriptionServicePrincipalCreateParameters() |
Initializes a new instance of the SubscriptionServicePrincipalCreateParameters class. |
SubscriptionServicePrincipalCreateParameters(String) |
Initializes a new instance of the SubscriptionServicePrincipalCreateParameters class with required arguments. |
SubscriptionServicePrincipalCreateParameters()
Initializes a new instance of the SubscriptionServicePrincipalCreateParameters class.
public SubscriptionServicePrincipalCreateParameters ();
Public Sub New ()
Applies to
SubscriptionServicePrincipalCreateParameters(String)
Initializes a new instance of the SubscriptionServicePrincipalCreateParameters class with required arguments.
public SubscriptionServicePrincipalCreateParameters (string servicePrincipalId);
new Microsoft.WindowsAzure.Management.Models.SubscriptionServicePrincipalCreateParameters : string -> Microsoft.WindowsAzure.Management.Models.SubscriptionServicePrincipalCreateParameters
Public Sub New (servicePrincipalId As String)
Parameters
- servicePrincipalId
- String
Applies to
Azure SDK for .NET