Class ResourceOperationResponse
- java.lang.Object
-
- com.pulumi.azurenative.deploymentmanager.outputs.ResourceOperationResponse
-
public final class ResourceOperationResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ResourceOperationResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ResourceOperationResponse.Builder
builder()
static ResourceOperationResponse.Builder
builder(ResourceOperationResponse defaults)
java.lang.String
operationId()
java.lang.String
provisioningState()
java.util.Optional<java.lang.String>
resourceName()
java.util.Optional<java.lang.String>
resourceType()
java.lang.String
statusCode()
java.lang.String
statusMessage()
-
-
-
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.
-
builder
public static ResourceOperationResponse.Builder builder()
-
builder
public static ResourceOperationResponse.Builder builder(ResourceOperationResponse defaults)
-
-