azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

136 строки
9.3 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.resources.DeploymentOperationProperties"
fullName: "com.microsoft.azure.management.resources.DeploymentOperationProperties"
name: "DeploymentOperationProperties"
nameWithType: "DeploymentOperationProperties"
summary: "Deployment operation properties."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **DeploymentOperationProperties**"
constructors:
- uid: "com.microsoft.azure.management.resources.DeploymentOperationProperties.DeploymentOperationProperties()"
fullName: "com.microsoft.azure.management.resources.DeploymentOperationProperties.DeploymentOperationProperties()"
name: "DeploymentOperationProperties()"
nameWithType: "DeploymentOperationProperties.DeploymentOperationProperties()"
syntax: "public DeploymentOperationProperties()"
methods:
- uid: "com.microsoft.azure.management.resources.DeploymentOperationProperties.duration()"
fullName: "com.microsoft.azure.management.resources.DeploymentOperationProperties.duration()"
name: "duration()"
nameWithType: "DeploymentOperationProperties.duration()"
summary: "Get the duration of the operation."
syntax: "public String duration()"
desc: "Get the duration of the operation."
returns:
description: "the duration value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.DeploymentOperationProperties.provisioningOperation()"
fullName: "com.microsoft.azure.management.resources.DeploymentOperationProperties.provisioningOperation()"
name: "provisioningOperation()"
nameWithType: "DeploymentOperationProperties.provisioningOperation()"
summary: "Get the name of the current provisioning operation."
syntax: "public ProvisioningOperation provisioningOperation()"
desc: "Get the name of the current provisioning operation. Possible values include: 'NotSpecified', 'Create', 'Delete', 'Waiting', 'AzureAsyncOperationWaiting', 'ResourceCacheWaiting', 'Action', 'Read', 'EvaluateDeploymentOutput', 'DeploymentCleanup'."
returns:
description: "the provisioningOperation value"
type: "<xref href=\"com.microsoft.azure.management.resources.ProvisioningOperation?alt=com.microsoft.azure.management.resources.ProvisioningOperation&text=ProvisioningOperation\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.DeploymentOperationProperties.provisioningState()"
fullName: "com.microsoft.azure.management.resources.DeploymentOperationProperties.provisioningState()"
name: "provisioningState()"
nameWithType: "DeploymentOperationProperties.provisioningState()"
summary: "Get the state of the provisioning."
syntax: "public String provisioningState()"
desc: "Get the state of the provisioning."
returns:
description: "the provisioningState value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.DeploymentOperationProperties.request()"
fullName: "com.microsoft.azure.management.resources.DeploymentOperationProperties.request()"
name: "request()"
nameWithType: "DeploymentOperationProperties.request()"
summary: "Get the HTTP request message."
syntax: "public HttpMessage request()"
desc: "Get the HTTP request message."
returns:
description: "the request value"
type: "<xref href=\"com.microsoft.azure.management.resources.HttpMessage?alt=com.microsoft.azure.management.resources.HttpMessage&text=HttpMessage\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.DeploymentOperationProperties.response()"
fullName: "com.microsoft.azure.management.resources.DeploymentOperationProperties.response()"
name: "response()"
nameWithType: "DeploymentOperationProperties.response()"
summary: "Get the HTTP response message."
syntax: "public HttpMessage response()"
desc: "Get the HTTP response message."
returns:
description: "the response value"
type: "<xref href=\"com.microsoft.azure.management.resources.HttpMessage?alt=com.microsoft.azure.management.resources.HttpMessage&text=HttpMessage\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.DeploymentOperationProperties.serviceRequestId()"
fullName: "com.microsoft.azure.management.resources.DeploymentOperationProperties.serviceRequestId()"
name: "serviceRequestId()"
nameWithType: "DeploymentOperationProperties.serviceRequestId()"
summary: "Get deployment operation service request id."
syntax: "public String serviceRequestId()"
desc: "Get deployment operation service request id."
returns:
description: "the serviceRequestId value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.DeploymentOperationProperties.statusCode()"
fullName: "com.microsoft.azure.management.resources.DeploymentOperationProperties.statusCode()"
name: "statusCode()"
nameWithType: "DeploymentOperationProperties.statusCode()"
summary: "Get operation status code from the resource provider."
syntax: "public String statusCode()"
desc: "Get operation status code from the resource provider. This property may not be set if a response has not yet been received."
returns:
description: "the statusCode value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.DeploymentOperationProperties.statusMessage()"
fullName: "com.microsoft.azure.management.resources.DeploymentOperationProperties.statusMessage()"
name: "statusMessage()"
nameWithType: "DeploymentOperationProperties.statusMessage()"
summary: "Get operation status message from the resource provider."
syntax: "public StatusMessage statusMessage()"
desc: "Get operation status message from the resource provider. This property is optional. It will only be provided if an error was received from the resource provider."
returns:
description: "the statusMessage value"
type: "<xref href=\"com.microsoft.azure.management.resources.StatusMessage?alt=com.microsoft.azure.management.resources.StatusMessage&text=StatusMessage\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.DeploymentOperationProperties.targetResource()"
fullName: "com.microsoft.azure.management.resources.DeploymentOperationProperties.targetResource()"
name: "targetResource()"
nameWithType: "DeploymentOperationProperties.targetResource()"
summary: "Get the target resource."
syntax: "public TargetResource targetResource()"
desc: "Get the target resource."
returns:
description: "the targetResource value"
type: "<xref href=\"com.microsoft.azure.management.resources.TargetResource?alt=com.microsoft.azure.management.resources.TargetResource&text=TargetResource\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.DeploymentOperationProperties.timestamp()"
fullName: "com.microsoft.azure.management.resources.DeploymentOperationProperties.timestamp()"
name: "timestamp()"
nameWithType: "DeploymentOperationProperties.timestamp()"
summary: "Get the date and time of the operation."
syntax: "public DateTime timestamp()"
desc: "Get the date and time of the operation."
returns:
description: "the timestamp value"
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Deployment operation properties."
metadata: {}
package: "com.microsoft.azure.management.resources"
artifact: com.microsoft.azure:azure-mgmt-resources:1.41.4