| Package | Description | 
|---|---|
| com.microsoft.azure.management.resources | 
 This package contains the classes for ResourceManagementClient. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static DeploymentMode | 
DeploymentMode.fromString(String value)
Parses a serialized value to a DeploymentMode instance. 
 | 
DeploymentMode | 
DeploymentProperties.mode()
Get the mode value. 
 | 
DeploymentMode | 
Deployment.mode()  | 
DeploymentMode | 
DeploymentPropertiesExtended.mode()
Get the mode value. 
 | 
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 | 
|---|---|
DeploymentProperties | 
DeploymentProperties.withMode(DeploymentMode mode)
Set the mode value. 
 | 
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. 
 | 
DeploymentPropertiesExtended | 
DeploymentPropertiesExtended.withMode(DeploymentMode mode)
Set the mode value. 
 | 
Copyright © 2019. All rights reserved.