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

ProvisioningDeploymentOptions Class

Definition

ProvisioningDeploymentOptions defines common options that can be used for deploying Azure resources.

public class ProvisioningDeploymentOptions
type ProvisioningDeploymentOptions = class
Public Class ProvisioningDeploymentOptions
Inheritance
ProvisioningDeploymentOptions

Constructors

ProvisioningDeploymentOptions()

Properties

ArmClient

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

DefaultArmCredential

Gets or sets a TokenCredential to use for creating ArmClient instances. If no value is provided, it will be defaulted to a fresh value using DefaultCredentialProvider the first time it's accessed.

DefaultClientCredential

Gets or sets a TokenCredential to use for creating ArmClient instances. If no value is provided, it will be defaulted to a fresh value using DefaultCredentialProvider the first time it's accessed.

DefaultCredential

Gets or set a TokenCredential to use for creating ArmClient or data-plane client instances. This value is used as the default for both DefaultArmCredential and DefaultClientCredential if they are not provided.

DefaultCredentialProvider

Gets or sets a factory function to create new instances of TokenCredential to use when DefaultArmCredential or DefaultClientCredential are not provided. It defaults to returning new DefaultAzureCredential instances.

DefaultSubscriptionId

Gets the default subscription ID to use when creating for deploying resources.

Applies to