| Package | Description |
|---|---|
| com.azure.resourcemanager.resources.models |
Package containing the data models for ResourceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
static OnErrorDeploymentType |
OnErrorDeploymentType.fromString(String value)
Parses a serialized value to a OnErrorDeploymentType instance.
|
OnErrorDeploymentType |
OnErrorDeployment.type()
Get the type property: The deployment on error behavior type.
|
OnErrorDeploymentType |
OnErrorDeploymentExtended.type()
Get the type property: The deployment on error behavior type.
|
static OnErrorDeploymentType |
OnErrorDeploymentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OnErrorDeploymentType[] |
OnErrorDeploymentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
OnErrorDeployment |
OnErrorDeployment.withType(OnErrorDeploymentType type)
Set the type property: The deployment on error behavior type.
|
OnErrorDeploymentExtended |
OnErrorDeploymentExtended.withType(OnErrorDeploymentType type)
Set the type property: The deployment on error behavior type.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.