ArmPurviewModelFactory.DefaultPurviewAccountPayload Method
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.
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.
- 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.