DeploymentStackValidateResult Interface

public interface DeploymentStackValidateResult

An immutable client-side representation of DeploymentStackValidateResult.

Method Summary

Modifier and Type Method and Description
abstract ManagementError 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 DeploymentStackValidateResultInner innerModel()

Gets the inner com.azure.resourcemanager.resources.deploymentstacks.fluent.models.DeploymentStackValidateResultInner object.

abstract String name()

Gets the name property: Name of this resource.

abstract DeploymentStackValidateProperties properties()

Gets the properties property: The validation result details.

abstract SystemData systemData()

Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

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:

the error value.

id

public abstract String id()

Gets the id property: String Id used to locate any resource on Azure.

Returns:

the id value.

innerModel

public abstract DeploymentStackValidateResultInner innerModel()

Gets the inner com.azure.resourcemanager.resources.deploymentstacks.fluent.models.DeploymentStackValidateResultInner object.

Returns:

the inner object.

name

public abstract String name()

Gets the name property: Name of this resource.

Returns:

the name value.

properties

public abstract DeploymentStackValidateProperties properties()

Gets the properties property: The validation result details.

Returns:

the properties value.

systemData

public abstract SystemData systemData()

Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

Returns:

the systemData value.

type

public abstract String type()

Gets the type property: Type of this resource.

Returns:

the type value.

Applies to