88 строки
6.5 KiB
YAML
88 строки
6.5 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.resources.DeploymentOperation"
|
|
fullName: "com.microsoft.azure.management.resources.DeploymentOperation"
|
|
name: "DeploymentOperation"
|
|
nameWithType: "DeploymentOperation"
|
|
summary: "An immutable client-side representation of a deployment operation."
|
|
syntax: "public interface **DeploymentOperation**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Indexable?alt=com.microsoft.azure.management.resources.fluentcore.model.Indexable&text=Indexable\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Refreshable?alt=com.microsoft.azure.management.resources.fluentcore.model.Refreshable&text=Refreshable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.resources.DeploymentOperation?alt=com.microsoft.azure.management.resources.DeploymentOperation&text=DeploymentOperation\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.resources.implementation.DeploymentOperationInner?alt=com.microsoft.azure.management.resources.implementation.DeploymentOperationInner&text=DeploymentOperationInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.resources.DeploymentOperation.operationId()"
|
|
fullName: "com.microsoft.azure.management.resources.DeploymentOperation.operationId()"
|
|
name: "operationId()"
|
|
nameWithType: "DeploymentOperation.operationId()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String operationId()"
|
|
returns:
|
|
description: "the deployment operation id"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.resources.DeploymentOperation.provisioningOperation()"
|
|
fullName: "com.microsoft.azure.management.resources.DeploymentOperation.provisioningOperation()"
|
|
name: "provisioningOperation()"
|
|
nameWithType: "DeploymentOperation.provisioningOperation()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract ProvisioningOperation provisioningOperation()"
|
|
returns:
|
|
description: "the name of the current provisioning operation"
|
|
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.DeploymentOperation.provisioningState()"
|
|
fullName: "com.microsoft.azure.management.resources.DeploymentOperation.provisioningState()"
|
|
name: "provisioningState()"
|
|
nameWithType: "DeploymentOperation.provisioningState()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String provisioningState()"
|
|
returns:
|
|
description: "the state of the provisioning resource being deployed"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.resources.DeploymentOperation.statusCode()"
|
|
fullName: "com.microsoft.azure.management.resources.DeploymentOperation.statusCode()"
|
|
name: "statusCode()"
|
|
nameWithType: "DeploymentOperation.statusCode()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String statusCode()"
|
|
returns:
|
|
description: "the operation status code.="
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.resources.DeploymentOperation.statusMessage()"
|
|
fullName: "com.microsoft.azure.management.resources.DeploymentOperation.statusMessage()"
|
|
name: "statusMessage()"
|
|
nameWithType: "DeploymentOperation.statusMessage()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Object statusMessage()"
|
|
returns:
|
|
description: "the operation status message"
|
|
type: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.resources.DeploymentOperation.targetResource()"
|
|
fullName: "com.microsoft.azure.management.resources.DeploymentOperation.targetResource()"
|
|
name: "targetResource()"
|
|
nameWithType: "DeploymentOperation.targetResource()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract TargetResource targetResource()"
|
|
returns:
|
|
description: "the target resource"
|
|
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.DeploymentOperation.timestamp()"
|
|
fullName: "com.microsoft.azure.management.resources.DeploymentOperation.timestamp()"
|
|
name: "timestamp()"
|
|
nameWithType: "DeploymentOperation.timestamp()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract DateTime timestamp()"
|
|
returns:
|
|
description: "the date and time of the operation"
|
|
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "An immutable client-side representation of a deployment operation."
|
|
implements:
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.resources.implementation.DeploymentOperationInner?alt=com.microsoft.azure.management.resources.implementation.DeploymentOperationInner&text=DeploymentOperationInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Indexable?alt=com.microsoft.azure.management.resources.fluentcore.model.Indexable&text=Indexable\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Refreshable?alt=com.microsoft.azure.management.resources.fluentcore.model.Refreshable&text=Refreshable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.resources.DeploymentOperation?alt=com.microsoft.azure.management.resources.DeploymentOperation&text=DeploymentOperation\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.resources"
|
|
artifact: com.microsoft.azure:azure-mgmt-resources:1.41.4
|