Class StepOperationInfoResponse
- java.lang.Object
-
- com.pulumi.azurenative.deploymentmanager.outputs.StepOperationInfoResponse
-
public final class StepOperationInfoResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
StepOperationInfoResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StepOperationInfoResponse.Builder
builder()
static StepOperationInfoResponse.Builder
builder(StepOperationInfoResponse defaults)
java.lang.String
correlationId()
java.lang.String
deploymentName()
java.lang.String
endTime()
java.util.Optional<CloudErrorBodyResponse>
error()
java.lang.String
lastUpdatedTime()
java.lang.String
startTime()
-
-
-
Method Detail
-
correlationId
public java.lang.String correlationId()
- Returns:
- Unique identifier to track the request for ARM-based resources.
-
deploymentName
public java.lang.String deploymentName()
- Returns:
- The name of the ARM deployment initiated as part of the step.
-
endTime
public java.lang.String endTime()
- Returns:
- End time of the action in UTC.
-
error
public java.util.Optional<CloudErrorBodyResponse> error()
- Returns:
- The errors, if any, for the action.
-
lastUpdatedTime
public java.lang.String lastUpdatedTime()
- Returns:
- Last time in UTC this operation was updated.
-
startTime
public java.lang.String startTime()
- Returns:
- Start time of the action in UTC.
-
builder
public static StepOperationInfoResponse.Builder builder()
-
builder
public static StepOperationInfoResponse.Builder builder(StepOperationInfoResponse defaults)
-
-