DeploymentValidateResult Interface
public interface DeploymentValidateResult
An immutable client-side representation of DeploymentValidateResult.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Management |
error()
Gets the error property: The deployment validation error. |
| abstract String |
id()
Gets the id property: The ID of the deployment. |
|
abstract
Deployment |
innerModel()
Gets the inner com. |
| abstract String |
name()
Gets the name property: The name of the deployment. |
|
abstract
Deployment |
properties()
Gets the properties property: The template deployment properties. |
| abstract String |
type()
Gets the type property: The type of the deployment. |
Method Details
error
public abstract ManagementError error()
Gets the error property: The deployment validation error.
Returns:
id
public abstract String id()
Gets the id property: The ID of the deployment.
Returns:
innerModel
public abstract DeploymentValidateResultInner innerModel()
Gets the inner com.azure.resourcemanager.resources.deployments.fluent.models.DeploymentValidateResultInner object.
Returns:
name
public abstract String name()
Gets the name property: The name of the deployment.
Returns:
properties
public abstract DeploymentPropertiesExtended properties()
Gets the properties property: The template deployment properties.
Returns:
type
public abstract String type()
Gets the type property: The type of the deployment.
Returns: