共用方式為


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