ArmPurviewModelFactory.DefaultPurviewAccountPayload Method

Definition

public static Azure.ResourceManager.Purview.Models.DefaultPurviewAccountPayload DefaultPurviewAccountPayload(string accountName = default, string resourceGroupName = default, string scope = default, Guid? scopeTenantId = default, Azure.ResourceManager.Purview.Models.PurviewAccountScopeType? scopeType = default, string subscriptionId = default);
static member DefaultPurviewAccountPayload : string * string * string * Nullable<Guid> * Nullable<Azure.ResourceManager.Purview.Models.PurviewAccountScopeType> * string -> Azure.ResourceManager.Purview.Models.DefaultPurviewAccountPayload
Public Shared Function DefaultPurviewAccountPayload (Optional accountName As String = Nothing, Optional resourceGroupName As String = Nothing, Optional scope As String = Nothing, Optional scopeTenantId As Nullable(Of Guid) = Nothing, Optional scopeType As Nullable(Of PurviewAccountScopeType) = Nothing, Optional subscriptionId As String = Nothing) As DefaultPurviewAccountPayload

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
Nullable<Guid>

The scope tenant in which the default account is set.

scopeType
Nullable<PurviewAccountScopeType>

The scope where the default account is set.

subscriptionId
String

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

Returns

A new DefaultPurviewAccountPayload instance for mocking.

Applies to