azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.w...

122 строки
6.7 KiB
YAML
Исходник Постоянная ссылка Обычный вид История

### YamlMime:JavaType
uid: "com.azure.resourcemanager.workloads.models.OperationStatusResult"
fullName: "com.azure.resourcemanager.workloads.models.OperationStatusResult"
name: "OperationStatusResult"
nameWithType: "OperationStatusResult"
summary: "An immutable client-side representation of Operation<wbr>Status<wbr>Result."
syntax: "public interface **OperationStatusResult**"
methods:
- uid: "com.azure.resourcemanager.workloads.models.OperationStatusResult.endTime()"
fullName: "com.azure.resourcemanager.workloads.models.OperationStatusResult.endTime()"
name: "endTime()"
nameWithType: "OperationStatusResult.endTime()"
summary: "Gets the end<wbr>Time property: The end time of the operation."
modifiers:
- "abstract"
syntax: "public abstract OffsetDateTime endTime()"
desc: "Gets the endTime property: The end time of the operation."
returns:
description: "the endTime value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.resourcemanager.workloads.models.OperationStatusResult.error()"
fullName: "com.azure.resourcemanager.workloads.models.OperationStatusResult.error()"
name: "error()"
nameWithType: "OperationStatusResult.error()"
summary: "Gets the error property: If present, details of the operation error."
modifiers:
- "abstract"
syntax: "public abstract ManagementError error()"
desc: "Gets the error property: If present, details of the operation error."
returns:
description: "the error value."
type: "<xref href=\"com.azure.core.management.exception.ManagementError?alt=com.azure.core.management.exception.ManagementError&text=ManagementError\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.workloads.models.OperationStatusResult.id()"
fullName: "com.azure.resourcemanager.workloads.models.OperationStatusResult.id()"
name: "id()"
nameWithType: "OperationStatusResult.id()"
summary: "Gets the id property: Fully qualified ID for the async operation."
modifiers:
- "abstract"
syntax: "public abstract String id()"
desc: "Gets the id property: Fully qualified ID for the async operation."
returns:
description: "the id value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.workloads.models.OperationStatusResult.innerModel()"
fullName: "com.azure.resourcemanager.workloads.models.OperationStatusResult.innerModel()"
name: "innerModel()"
nameWithType: "OperationStatusResult.innerModel()"
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>workloads.<wbr>fluent.<wbr>models.<wbr>Operation<wbr>Status<wbr>Result<wbr>Inner object."
modifiers:
- "abstract"
syntax: "public abstract OperationStatusResultInner innerModel()"
desc: "Gets the inner com.azure.resourcemanager.workloads.fluent.models.OperationStatusResultInner object."
returns:
description: "the inner object."
type: "<xref href=\"com.azure.resourcemanager.workloads.fluent.models.OperationStatusResultInner?alt=com.azure.resourcemanager.workloads.fluent.models.OperationStatusResultInner&text=OperationStatusResultInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.workloads.models.OperationStatusResult.name()"
fullName: "com.azure.resourcemanager.workloads.models.OperationStatusResult.name()"
name: "name()"
nameWithType: "OperationStatusResult.name()"
summary: "Gets the name property: Name of the async operation."
modifiers:
- "abstract"
syntax: "public abstract String name()"
desc: "Gets the name property: Name of the async operation."
returns:
description: "the name value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.workloads.models.OperationStatusResult.operations()"
fullName: "com.azure.resourcemanager.workloads.models.OperationStatusResult.operations()"
name: "operations()"
nameWithType: "OperationStatusResult.operations()"
summary: "Gets the operations property: The operations list."
modifiers:
- "abstract"
syntax: "public abstract List<OperationStatusResult> operations()"
desc: "Gets the operations property: The operations list."
returns:
description: "the operations value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.workloads.models.OperationStatusResult?alt=com.azure.resourcemanager.workloads.models.OperationStatusResult&text=OperationStatusResult\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.workloads.models.OperationStatusResult.percentComplete()"
fullName: "com.azure.resourcemanager.workloads.models.OperationStatusResult.percentComplete()"
name: "percentComplete()"
nameWithType: "OperationStatusResult.percentComplete()"
summary: "Gets the percent<wbr>Complete property: Percent of the operation that is complete."
modifiers:
- "abstract"
syntax: "public abstract Float percentComplete()"
desc: "Gets the percentComplete property: Percent of the operation that is complete."
returns:
description: "the percentComplete value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Float.html\">Float</a>"
- uid: "com.azure.resourcemanager.workloads.models.OperationStatusResult.startTime()"
fullName: "com.azure.resourcemanager.workloads.models.OperationStatusResult.startTime()"
name: "startTime()"
nameWithType: "OperationStatusResult.startTime()"
summary: "Gets the start<wbr>Time property: The start time of the operation."
modifiers:
- "abstract"
syntax: "public abstract OffsetDateTime startTime()"
desc: "Gets the startTime property: The start time of the operation."
returns:
description: "the startTime value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.resourcemanager.workloads.models.OperationStatusResult.status()"
fullName: "com.azure.resourcemanager.workloads.models.OperationStatusResult.status()"
name: "status()"
nameWithType: "OperationStatusResult.status()"
summary: "Gets the status property: Operation status."
modifiers:
- "abstract"
syntax: "public abstract String status()"
desc: "Gets the status property: Operation status."
returns:
description: "the status value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
type: "interface"
desc: "An immutable client-side representation of OperationStatusResult."
metadata: {}
package: "com.azure.resourcemanager.workloads.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-workloads:1.0.0