DeploymentOperation Interface

public interface DeploymentOperation

An immutable client-side representation of DeploymentOperation.

Method Summary

Modifier and Type Method and Description
abstract String id()

Gets the id property: Full deployment operation ID.

abstract DeploymentOperationInner innerModel()

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

abstract String operationId()

Gets the operationId property: Deployment operation ID.

abstract DeploymentOperationProperties properties()

Gets the properties property: Deployment properties.

Method Details

id

public abstract String id()

Gets the id property: Full deployment operation ID.

Returns:

the id value.

innerModel

public abstract DeploymentOperationInner innerModel()

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

Returns:

the inner object.

operationId

public abstract String operationId()

Gets the operationId property: Deployment operation ID.

Returns:

the operationId value.

properties

public abstract DeploymentOperationProperties properties()

Gets the properties property: Deployment properties.

Returns:

the properties value.

Applies to