Package-level declarations

Types

Link copied to clipboard
enum CleanupOptions : Enum<CleanupOptions> , ConvertibleToJava<CleanupOptions>

The clean up preference when the script execution gets in a terminal state. Default setting is 'Always'.

Link copied to clipboard
enum DenySettingsMode : Enum<DenySettingsMode> , ConvertibleToJava<DenySettingsMode>

denySettings Mode that defines denied actions.

Link copied to clipboard
enum DeploymentMode : Enum<DeploymentMode> , ConvertibleToJava<DeploymentMode>

The mode that is used to deploy resources. This value can be either Incremental or Complete. In Incremental mode, resources are deployed without deleting existing resources that are not included in the template. In Complete mode, resources are deployed and existing resources in the resource group that are not included in the template are deleted. Be careful when using Complete mode as you may unintentionally delete resources.

Link copied to clipboard
enum DeploymentStacksDeleteDetachEnum : Enum<DeploymentStacksDeleteDetachEnum> , ConvertibleToJava<DeploymentStacksDeleteDetachEnum>

Specifies an action for a newly unmanaged resource. Delete will attempt to delete the resource from Azure. Detach will leave the resource in it's current state.

Link copied to clipboard
enum ExpressionEvaluationOptionsScopeType : Enum<ExpressionEvaluationOptionsScopeType> , ConvertibleToJava<ExpressionEvaluationOptionsScopeType>

The scope to be used for evaluation of parameters, variables and functions in a nested template.

Link copied to clipboard
enum ExtendedLocationType : Enum<ExtendedLocationType> , ConvertibleToJava<ExtendedLocationType>

The extended location type.

Link copied to clipboard
enum ManagedServiceIdentityType : Enum<ManagedServiceIdentityType> , ConvertibleToJava<ManagedServiceIdentityType>

Type of the managed identity.

Link copied to clipboard
enum OnErrorDeploymentType : Enum<OnErrorDeploymentType> , ConvertibleToJava<OnErrorDeploymentType>

The deployment on error behavior type. Possible values are LastSuccessful and SpecificDeployment.

Link copied to clipboard
enum ResourceIdentityType : Enum<ResourceIdentityType> , ConvertibleToJava<ResourceIdentityType>

The identity type.