Class ResourceOperationResponse


  • public final class ResourceOperationResponse
    extends java.lang.Object
    • Method Detail

      • operationId

        public java.lang.String operationId()
        Returns:
        Unique identifier of the operation. For ARM resources, this is the operationId obtained from ARM service.
      • provisioningState

        public java.lang.String provisioningState()
        Returns:
        State of the resource deployment. For ARM resources, this is the current provisioning state of the resource.
      • resourceName

        public java.util.Optional<java.lang.String> resourceName()
        Returns:
        Name of the resource as specified in the artifacts. For ARM resources, this is the name of the resource specified in the template.
      • resourceType

        public java.util.Optional<java.lang.String> resourceType()
        Returns:
        Type of the resource as specified in the artifacts. For ARM resources, this is the type of the resource specified in the template.
      • statusCode

        public java.lang.String statusCode()
        Returns:
        Http status code of the operation.
      • statusMessage

        public java.lang.String statusMessage()
        Returns:
        Descriptive information of the resource operation.