115 строки
9.1 KiB
YAML
115 строки
9.1 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceLastOperation"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceLastOperation"
|
|
name: "ComputeInstanceLastOperation"
|
|
nameWithType: "ComputeInstanceLastOperation"
|
|
summary: "The last operation on Compute<wbr>Instance."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **ComputeInstanceLastOperation**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceLastOperation.ComputeInstanceLastOperation()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceLastOperation.ComputeInstanceLastOperation()"
|
|
name: "ComputeInstanceLastOperation()"
|
|
nameWithType: "ComputeInstanceLastOperation.ComputeInstanceLastOperation()"
|
|
syntax: "public ComputeInstanceLastOperation()"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceLastOperation.operationName()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceLastOperation.operationName()"
|
|
name: "operationName()"
|
|
nameWithType: "ComputeInstanceLastOperation.operationName()"
|
|
summary: "Get the operation<wbr>Name property: Name of the last operation."
|
|
syntax: "public OperationName operationName()"
|
|
desc: "Get the operationName property: Name of the last operation."
|
|
returns:
|
|
description: "the operationName value."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.OperationName?alt=com.azure.resourcemanager.machinelearningservices.models.OperationName&text=OperationName\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceLastOperation.operationStatus()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceLastOperation.operationStatus()"
|
|
name: "operationStatus()"
|
|
nameWithType: "ComputeInstanceLastOperation.operationStatus()"
|
|
summary: "Get the operation<wbr>Status property: Operation status."
|
|
syntax: "public OperationStatus operationStatus()"
|
|
desc: "Get the operationStatus property: Operation status."
|
|
returns:
|
|
description: "the operationStatus value."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.OperationStatus?alt=com.azure.resourcemanager.machinelearningservices.models.OperationStatus&text=OperationStatus\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceLastOperation.operationTime()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceLastOperation.operationTime()"
|
|
name: "operationTime()"
|
|
nameWithType: "ComputeInstanceLastOperation.operationTime()"
|
|
summary: "Get the operation<wbr>Time property: Time of the last operation."
|
|
syntax: "public OffsetDateTime operationTime()"
|
|
desc: "Get the operationTime property: Time of the last operation."
|
|
returns:
|
|
description: "the operationTime value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceLastOperation.validate()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceLastOperation.validate()"
|
|
name: "validate()"
|
|
nameWithType: "ComputeInstanceLastOperation.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceLastOperation.withOperationName(com.azure.resourcemanager.machinelearningservices.models.OperationName)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceLastOperation.withOperationName(OperationName operationName)"
|
|
name: "withOperationName(OperationName operationName)"
|
|
nameWithType: "ComputeInstanceLastOperation.withOperationName(OperationName operationName)"
|
|
summary: "Set the operation<wbr>Name property: Name of the last operation."
|
|
parameters:
|
|
- description: "the operationName value to set."
|
|
name: "operationName"
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.OperationName?alt=com.azure.resourcemanager.machinelearningservices.models.OperationName&text=OperationName\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ComputeInstanceLastOperation withOperationName(OperationName operationName)"
|
|
desc: "Set the operationName property: Name of the last operation."
|
|
returns:
|
|
description: "the ComputeInstanceLastOperation object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceLastOperation?alt=com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceLastOperation&text=ComputeInstanceLastOperation\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceLastOperation.withOperationStatus(com.azure.resourcemanager.machinelearningservices.models.OperationStatus)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceLastOperation.withOperationStatus(OperationStatus operationStatus)"
|
|
name: "withOperationStatus(OperationStatus operationStatus)"
|
|
nameWithType: "ComputeInstanceLastOperation.withOperationStatus(OperationStatus operationStatus)"
|
|
summary: "Set the operation<wbr>Status property: Operation status."
|
|
parameters:
|
|
- description: "the operationStatus value to set."
|
|
name: "operationStatus"
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.OperationStatus?alt=com.azure.resourcemanager.machinelearningservices.models.OperationStatus&text=OperationStatus\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ComputeInstanceLastOperation withOperationStatus(OperationStatus operationStatus)"
|
|
desc: "Set the operationStatus property: Operation status."
|
|
returns:
|
|
description: "the ComputeInstanceLastOperation object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceLastOperation?alt=com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceLastOperation&text=ComputeInstanceLastOperation\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceLastOperation.withOperationTime(java.time.OffsetDateTime)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceLastOperation.withOperationTime(OffsetDateTime operationTime)"
|
|
name: "withOperationTime(OffsetDateTime operationTime)"
|
|
nameWithType: "ComputeInstanceLastOperation.withOperationTime(OffsetDateTime operationTime)"
|
|
summary: "Set the operation<wbr>Time property: Time of the last operation."
|
|
parameters:
|
|
- description: "the operationTime value to set."
|
|
name: "operationTime"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
syntax: "public ComputeInstanceLastOperation withOperationTime(OffsetDateTime operationTime)"
|
|
desc: "Set the operationTime property: Time of the last operation."
|
|
returns:
|
|
description: "the ComputeInstanceLastOperation object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceLastOperation?alt=com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceLastOperation&text=ComputeInstanceLastOperation\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The last operation on ComputeInstance."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.machinelearningservices.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1
|