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