StorageCloudCmdletBase<T>.DefaultProfile Property
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.
Gets or sets the global profile for ARM cmdlets.
[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; }
[<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