Uses of Enum
com.azure.resourcemanager.deploymentmanager.models.DeploymentMode
Packages that use DeploymentMode
Package
Description
Package containing the inner data models for AzureDeploymentManager.
Package containing the data models for AzureDeploymentManager.
-
Uses of DeploymentMode in com.azure.resourcemanager.deploymentmanager.fluent.models
Methods in com.azure.resourcemanager.deploymentmanager.fluent.models that return DeploymentModeModifier and TypeMethodDescriptionServiceUnitResourceInner.deploymentMode()Get the deploymentMode property: Describes the type of ARM deployment to be performed on the resource.Methods in com.azure.resourcemanager.deploymentmanager.fluent.models with parameters of type DeploymentModeModifier and TypeMethodDescriptionServiceUnitResourceInner.withDeploymentMode(DeploymentMode deploymentMode) Set the deploymentMode property: Describes the type of ARM deployment to be performed on the resource.ServiceUnitResourceProperties.withDeploymentMode(DeploymentMode deploymentMode) Set the deploymentMode property: Describes the type of ARM deployment to be performed on the resource. -
Uses of DeploymentMode in com.azure.resourcemanager.deploymentmanager.models
Methods in com.azure.resourcemanager.deploymentmanager.models that return DeploymentModeModifier and TypeMethodDescriptionServiceUnitProperties.deploymentMode()Get the deploymentMode property: Describes the type of ARM deployment to be performed on the resource.ServiceUnitResource.deploymentMode()Gets the deploymentMode property: Describes the type of ARM deployment to be performed on the resource.static DeploymentModeDeploymentMode.fromString(String value) Parses a serialized value to a DeploymentMode instance.static DeploymentModeReturns the enum constant of this type with the specified name.static DeploymentMode[]DeploymentMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.deploymentmanager.models with parameters of type DeploymentModeModifier and TypeMethodDescriptionServiceUnit.withDeploymentMode(DeploymentMode deploymentMode) Set the deploymentMode property: Describes the type of ARM deployment to be performed on the resource.ServiceUnitProperties.withDeploymentMode(DeploymentMode deploymentMode) Set the deploymentMode property: Describes the type of ARM deployment to be performed on the resource.ServiceUnitResource.DefinitionStages.WithDeploymentMode.withDeploymentMode(DeploymentMode deploymentMode) Specifies the deploymentMode property: Describes the type of ARM deployment to be performed on the resource..ServiceUnitResource.UpdateStages.WithDeploymentMode.withDeploymentMode(DeploymentMode deploymentMode) Specifies the deploymentMode property: Describes the type of ARM deployment to be performed on the resource..