DeploymentStackValidateResult Interface
public interface DeploymentStackValidateResult
An immutable client-side representation of DeploymentStackValidateResult.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Management |
error()
Gets the error property: The error detail. |
| abstract String |
id()
Gets the id property: String Id used to locate any resource on Azure. |
|
abstract
Deployment |
innerModel()
Gets the inner com. |
| abstract String |
name()
Gets the name property: Name of this resource. |
|
abstract
Deployment |
properties()
Gets the properties property: The validation result details. |
|
abstract
System |
systemData()
Gets the system |
| abstract String |
type()
Gets the type property: Type of this resource. |
Method Details
error
public abstract ManagementError error()
Gets the error property: The error detail.
Returns:
id
public abstract String id()
Gets the id property: String Id used to locate any resource on Azure.
Returns:
innerModel
public abstract DeploymentStackValidateResultInner innerModel()
Gets the inner com.azure.resourcemanager.resources.deploymentstacks.fluent.models.DeploymentStackValidateResultInner object.
Returns:
name
public abstract String name()
Gets the name property: Name of this resource.
Returns:
properties
public abstract DeploymentStackValidateProperties properties()
Gets the properties property: The validation result details.
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
type
public abstract String type()
Gets the type property: Type of this resource.
Returns: