你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AzureRMCmdlet.DefaultProfile Property

Definition

[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

Applies to