Share via


StorageCloudCmdletBase<T>.DefaultProfile Property

Definition

Gets or sets the global profile for ARM cmdlets.

public Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer DefaultProfile { get; set; }
[System.Management.Automation.Alias(new System.String[] { "AzureRmContext", "AzureCredential" })]
[System.Management.Automation.Parameter(HelpMessage="The credentials, account, tenant, and subscription used for communication with Azure.", Mandatory=false)]
public Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer DefaultProfile { get; set; }
member this.DefaultProfile : Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer with get, set
[<System.Management.Automation.Alias(new System.String[] { "AzureRmContext", "AzureCredential" })>]
[<System.Management.Automation.Parameter(HelpMessage="The credentials, account, tenant, and subscription used for communication with Azure.", Mandatory=false)>]
member this.DefaultProfile : Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer with get, set
Public Property DefaultProfile As IAzureContextContainer

Property Value

Attributes

Applies to