Class DeploymentOperationProperties

java.lang.Object
com.microsoft.azure.management.resources.DeploymentOperationProperties

public class DeploymentOperationProperties extends Object
Deployment operation properties.
  • Constructor Details

    • DeploymentOperationProperties

      public DeploymentOperationProperties()
  • Method Details

    • provisioningOperation

      public ProvisioningOperation provisioningOperation()
      Get the name of the current provisioning operation. Possible values include: 'NotSpecified', 'Create', 'Delete', 'Waiting', 'AzureAsyncOperationWaiting', 'ResourceCacheWaiting', 'Action', 'Read', 'EvaluateDeploymentOutput', 'DeploymentCleanup'.
      Returns:
      the provisioningOperation value
    • provisioningState

      public String provisioningState()
      Get the state of the provisioning.
      Returns:
      the provisioningState value
    • timestamp

      public org.joda.time.DateTime timestamp()
      Get the date and time of the operation.
      Returns:
      the timestamp value
    • duration

      public String duration()
      Get the duration of the operation.
      Returns:
      the duration value
    • serviceRequestId

      public String serviceRequestId()
      Get deployment operation service request id.
      Returns:
      the serviceRequestId value
    • statusCode

      public String statusCode()
      Get operation status code from the resource provider. This property may not be set if a response has not yet been received.
      Returns:
      the statusCode value
    • statusMessage

      public StatusMessage statusMessage()
      Get operation status message from the resource provider. This property is optional. It will only be provided if an error was received from the resource provider.
      Returns:
      the statusMessage value
    • targetResource

      public TargetResource targetResource()
      Get the target resource.
      Returns:
      the targetResource value
    • request

      public HttpMessage request()
      Get the HTTP request message.
      Returns:
      the request value
    • response

      public HttpMessage response()
      Get the HTTP response message.
      Returns:
      the response value