Class DeploymentOperationProperties
- java.lang.Object
-
- com.microsoft.azure.management.resources.DeploymentOperationProperties
-
public class DeploymentOperationProperties extends Object
Deployment operation properties.
-
-
Constructor Summary
Constructors Constructor Description DeploymentOperationProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringprovisioningState()Get the provisioningState value.HttpMessagerequest()Get the request value.HttpMessageresponse()Get the response value.StringserviceRequestId()Get the serviceRequestId value.StringstatusCode()Get the statusCode value.ObjectstatusMessage()Get the statusMessage value.TargetResourcetargetResource()Get the targetResource value.org.joda.time.DateTimetimestamp()Get the timestamp value.
-
-
-
Method Detail
-
provisioningState
public String provisioningState()
Get the provisioningState value.- Returns:
- the provisioningState value
-
timestamp
public org.joda.time.DateTime timestamp()
Get the timestamp value.- Returns:
- the timestamp value
-
serviceRequestId
public String serviceRequestId()
Get the serviceRequestId value.- Returns:
- the serviceRequestId value
-
statusCode
public String statusCode()
Get the statusCode value.- Returns:
- the statusCode value
-
statusMessage
public Object statusMessage()
Get the statusMessage value.- Returns:
- the statusMessage value
-
targetResource
public TargetResource targetResource()
Get the targetResource value.- Returns:
- the targetResource value
-
request
public HttpMessage request()
Get the request value.- Returns:
- the request value
-
response
public HttpMessage response()
Get the response value.- Returns:
- the response value
-
-