DefaultAccountPayload Constructors

Definition

Overloads

DefaultAccountPayload()

Initializes a new instance of the DefaultAccountPayload class.

DefaultAccountPayload(String, String, String, String, String, String)

Initializes a new instance of the DefaultAccountPayload class.

DefaultAccountPayload()

Initializes a new instance of the DefaultAccountPayload class.

public DefaultAccountPayload ();
Public Sub New ()

Applies to

DefaultAccountPayload(String, String, String, String, String, String)

Initializes a new instance of the DefaultAccountPayload class.

public DefaultAccountPayload (string accountName = default, string resourceGroupName = default, string scope = default, string scopeTenantId = default, string scopeType = default, string subscriptionId = default);
new Microsoft.Azure.Management.Purview.Models.DefaultAccountPayload : string * string * string * string * string * string -> Microsoft.Azure.Management.Purview.Models.DefaultAccountPayload
Public Sub New (Optional accountName As String = Nothing, Optional resourceGroupName As String = Nothing, Optional scope As String = Nothing, Optional scopeTenantId As String = Nothing, Optional scopeType As String = Nothing, Optional subscriptionId As String = Nothing)

Parameters

accountName
String

The name of the account that is set as the default.

resourceGroupName
String

The resource group name of the account that is set as the default.

scope
String

The scope object ID. For example, sub ID or tenant ID.

scopeTenantId
String

The scope tenant in which the default account is set.

scopeType
String

The scope where the default account is set. Possible values include: 'Tenant', 'Subscription'

subscriptionId
String

The subscription ID of the account that is set as the default.

Applies to