| Package | Description |
|---|---|
| com.azure.resourcemanager.resources.models |
Package containing the data models for ResourceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
static DeploymentMode |
DeploymentMode.fromString(String value)
Parses a serialized value to a DeploymentMode instance.
|
DeploymentMode |
DeploymentPropertiesExtended.mode()
Get the mode property: The deployment mode.
|
DeploymentMode |
Deployment.mode() |
DeploymentMode |
DeploymentProperties.mode()
Get the mode property: The mode that is used to deploy resources.
|
static DeploymentMode |
DeploymentMode.valueOf(String name)
Returns 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.
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentWhatIfProperties |
DeploymentWhatIfProperties.withMode(DeploymentMode mode)
Set the mode property: The mode that is used to deploy resources.
|
Deployment.DefinitionStages.WithCreate |
Deployment.DefinitionStages.WithMode.withMode(DeploymentMode mode)
Specifies the deployment mode.
|
Deployment.Update |
Deployment.UpdateStages.WithMode.withMode(DeploymentMode mode)
Specifies the deployment mode.
|
DeploymentProperties |
DeploymentProperties.withMode(DeploymentMode mode)
Set the mode property: The mode that is used to deploy resources.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.