AzureProvisioningOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Options to configure the behavior of Azure resources.
public sealed class AzureProvisioningOptions
type AzureProvisioningOptions = class
Public NotInheritable Class AzureProvisioningOptions
- Inheritance
-
AzureProvisioningOptions
Remarks
These options can be configured using https://learn.microsoft.com/dotnet/core/extensions/options#use-di-services-to-configure-options to customize how Azure resources are provisioned.
Constructors
AzureProvisioningOptions() |
Properties
ProvisioningBuildOptions |
Gets the ProvisioningBuildOptions which contains common settings and functionality for building Azure resources. |