DeploymentValidateResult Interface

public interface DeploymentValidateResult

An immutable client-side representation of DeploymentValidateResult.

Method Summary

Modifier and Type Method and Description
abstract ManagementError error()

Gets the error property: The deployment validation error.

abstract String id()

Gets the id property: The ID of the deployment.

abstract DeploymentValidateResultInner innerModel()

Gets the inner com.azure.resourcemanager.resources.deployments.fluent.models.DeploymentValidateResultInner object.

abstract String name()

Gets the name property: The name of the deployment.

abstract DeploymentPropertiesExtended 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:

the error value.

id

public abstract String id()

Gets the id property: The ID of the deployment.

Returns:

the id value.

innerModel

public abstract DeploymentValidateResultInner innerModel()

Gets the inner com.azure.resourcemanager.resources.deployments.fluent.models.DeploymentValidateResultInner object.

Returns:

the inner object.

name

public abstract String name()

Gets the name property: The name of the deployment.

Returns:

the name value.

properties

public abstract DeploymentPropertiesExtended properties()

Gets the properties property: The template deployment properties.

Returns:

the properties value.

type

public abstract String type()

Gets the type property: The type of the deployment.

Returns:

the type value.

Applies to