DeploymentValidateResultInner Class
- java.
lang. Object - com.
azure. resourcemanager. resources. deployments. fluent. models. DeploymentValidateResultInner
- com.
Implements
public final class DeploymentValidateResultInner
implements JsonSerializable<DeploymentValidateResultInner>
Information from validate template deployment response.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Management |
error()
Get the error property: The deployment validation error. |
|
static
Deployment |
fromJson(JsonReader jsonReader)
Reads an instance of Deployment |
| String |
id()
Get the id property: The ID of the deployment. |
| String |
name()
Get the name property: The name of the deployment. |
|
Deployment |
properties()
Get the properties property: The template deployment properties. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the deployment. |
Methods inherited from java.lang.Object
Method Details
error
public ManagementError error()
Get the error property: The deployment validation error.
Returns:
fromJson
public static DeploymentValidateResultInner fromJson(JsonReader jsonReader)
Reads an instance of DeploymentValidateResultInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: The ID of the deployment.
Returns:
name
public String name()
Get the name property: The name of the deployment.
Returns:
properties
public DeploymentPropertiesExtended properties()
Get the properties property: The template deployment properties.
Returns:
toJson
type
public String type()
Get the type property: The type of the deployment.
Returns: