public final class DeploymentValidateResultInner extends Object
| Constructor and Description |
|---|
DeploymentValidateResultInner() |
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.management.exception.ManagementError |
error()
Get the error property: The deployment validation error.
|
DeploymentPropertiesExtended |
properties()
Get the properties property: The template deployment properties.
|
void |
validate()
Validates the instance.
|
DeploymentValidateResultInner |
withProperties(DeploymentPropertiesExtended properties)
Set the properties property: The template deployment properties.
|
public com.azure.core.management.exception.ManagementError error()
public DeploymentPropertiesExtended properties()
public DeploymentValidateResultInner withProperties(DeploymentPropertiesExtended properties)
properties - the properties value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.