public class DeploymentOperationProperties extends Object
| Constructor and Description |
|---|
DeploymentOperationProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
duration()
Get the duration of the operation.
|
ProvisioningOperation |
provisioningOperation()
Get the name of the current provisioning operation.
|
String |
provisioningState()
Get the state of the provisioning.
|
HttpMessage |
request()
Get the HTTP request message.
|
HttpMessage |
response()
Get the HTTP response message.
|
String |
serviceRequestId()
Get deployment operation service request id.
|
String |
statusCode()
Get operation status code from the resource provider.
|
StatusMessage |
statusMessage()
Get operation status message from the resource provider.
|
TargetResource |
targetResource()
Get the target resource.
|
org.joda.time.DateTime |
timestamp()
Get the date and time of the operation.
|
public ProvisioningOperation provisioningOperation()
public String provisioningState()
public org.joda.time.DateTime timestamp()
public String duration()
public String serviceRequestId()
public String statusCode()
public StatusMessage statusMessage()
public TargetResource targetResource()
public HttpMessage request()
public HttpMessage response()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/