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

ProvisioningDeploymentOptions.ArmClient Property

Definition

Gets or sets an optional ArmClient to use for deploying resources.

public Azure.ResourceManager.ArmClient ArmClient { get; set; }
member this.ArmClient : Azure.ResourceManager.ArmClient with get, set
Public Property ArmClient As ArmClient

Property Value

Remarks

If not provided, we'll create an a new ArmClient using DefaultArmCredential and optionally DefaultSubscriptionId.

Applies to