public final class DeploymentOperationProperties extends Object
| Constructor and Description |
|---|
DeploymentOperationProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
duration()
Get the duration property: The duration of the operation.
|
ProvisioningOperation |
provisioningOperation()
Get the provisioningOperation property: The name of the current provisioning operation.
|
String |
provisioningState()
Get the provisioningState property: The state of the provisioning.
|
HttpMessage |
request()
Get the request property: The HTTP request message.
|
HttpMessage |
response()
Get the response property: The HTTP response message.
|
String |
serviceRequestId()
Get the serviceRequestId property: Deployment operation service request id.
|
String |
statusCode()
Get the statusCode property: Operation status code from the resource provider.
|
StatusMessage |
statusMessage()
Get the statusMessage property: Operation status message from the resource provider.
|
TargetResource |
targetResource()
Get the targetResource property: The target resource.
|
OffsetDateTime |
timestamp()
Get the timestamp property: The date and time of the operation.
|
void |
validate()
Validates the instance.
|
public ProvisioningOperation provisioningOperation()
public String provisioningState()
public OffsetDateTime timestamp()
public String duration()
public String serviceRequestId()
public String statusCode()
public StatusMessage statusMessage()
public TargetResource targetResource()
public HttpMessage request()
public HttpMessage response()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.