Share via


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