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

132 строки
8.9 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.containerinstance.Operation"
fullName: "com.microsoft.azure.management.containerinstance.Operation"
name: "Operation"
nameWithType: "Operation"
summary: "An operation for Azure Container Instance service."
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 **Operation**"
constructors:
- uid: "com.microsoft.azure.management.containerinstance.Operation.Operation()"
fullName: "com.microsoft.azure.management.containerinstance.Operation.Operation()"
name: "Operation()"
nameWithType: "Operation.Operation()"
syntax: "public Operation()"
methods:
- uid: "com.microsoft.azure.management.containerinstance.Operation.display()"
fullName: "com.microsoft.azure.management.containerinstance.Operation.display()"
name: "display()"
nameWithType: "Operation.display()"
summary: "Get the display information of the operation."
syntax: "public OperationDisplay display()"
desc: "Get the display information of the operation."
returns:
description: "the display value"
type: "<xref href=\"com.microsoft.azure.management.containerinstance.OperationDisplay?alt=com.microsoft.azure.management.containerinstance.OperationDisplay&text=OperationDisplay\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerinstance.Operation.name()"
fullName: "com.microsoft.azure.management.containerinstance.Operation.name()"
name: "name()"
nameWithType: "Operation.name()"
summary: "Get the name of the operation."
syntax: "public String name()"
desc: "Get the name of the operation."
returns:
description: "the name value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerinstance.Operation.origin()"
fullName: "com.microsoft.azure.management.containerinstance.Operation.origin()"
name: "origin()"
nameWithType: "Operation.origin()"
summary: "Get the intended executor of the operation."
syntax: "public ContainerInstanceOperationsOrigin origin()"
desc: "Get the intended executor of the operation. Possible values include: 'User', 'System'."
returns:
description: "the origin value"
type: "<xref href=\"com.microsoft.azure.management.containerinstance.ContainerInstanceOperationsOrigin?alt=com.microsoft.azure.management.containerinstance.ContainerInstanceOperationsOrigin&text=ContainerInstanceOperationsOrigin\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerinstance.Operation.properties()"
fullName: "com.microsoft.azure.management.containerinstance.Operation.properties()"
name: "properties()"
nameWithType: "Operation.properties()"
summary: "Get the additional properties."
syntax: "public Object properties()"
desc: "Get the additional properties."
returns:
description: "the properties value"
type: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerinstance.Operation.withDisplay(com.microsoft.azure.management.containerinstance.OperationDisplay)"
fullName: "com.microsoft.azure.management.containerinstance.Operation.withDisplay(OperationDisplay display)"
name: "withDisplay(OperationDisplay display)"
nameWithType: "Operation.withDisplay(OperationDisplay display)"
summary: "Set the display information of the operation."
parameters:
- description: "the display value to set"
name: "display"
type: "<xref href=\"com.microsoft.azure.management.containerinstance.OperationDisplay?alt=com.microsoft.azure.management.containerinstance.OperationDisplay&text=OperationDisplay\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Operation withDisplay(OperationDisplay display)"
desc: "Set the display information of the operation."
returns:
description: "the Operation object itself."
type: "<xref href=\"com.microsoft.azure.management.containerinstance.Operation?alt=com.microsoft.azure.management.containerinstance.Operation&text=Operation\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerinstance.Operation.withName(java.lang.String)"
fullName: "com.microsoft.azure.management.containerinstance.Operation.withName(String name)"
name: "withName(String name)"
nameWithType: "Operation.withName(String name)"
summary: "Set the name of the operation."
parameters:
- description: "the name value to set"
name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Operation withName(String name)"
desc: "Set the name of the operation."
returns:
description: "the Operation object itself."
type: "<xref href=\"com.microsoft.azure.management.containerinstance.Operation?alt=com.microsoft.azure.management.containerinstance.Operation&text=Operation\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerinstance.Operation.withOrigin(com.microsoft.azure.management.containerinstance.ContainerInstanceOperationsOrigin)"
fullName: "com.microsoft.azure.management.containerinstance.Operation.withOrigin(ContainerInstanceOperationsOrigin origin)"
name: "withOrigin(ContainerInstanceOperationsOrigin origin)"
nameWithType: "Operation.withOrigin(ContainerInstanceOperationsOrigin origin)"
summary: "Set the intended executor of the operation."
parameters:
- description: "the origin value to set"
name: "origin"
type: "<xref href=\"com.microsoft.azure.management.containerinstance.ContainerInstanceOperationsOrigin?alt=com.microsoft.azure.management.containerinstance.ContainerInstanceOperationsOrigin&text=ContainerInstanceOperationsOrigin\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Operation withOrigin(ContainerInstanceOperationsOrigin origin)"
desc: "Set the intended executor of the operation. Possible values include: 'User', 'System'."
returns:
description: "the Operation object itself."
type: "<xref href=\"com.microsoft.azure.management.containerinstance.Operation?alt=com.microsoft.azure.management.containerinstance.Operation&text=Operation\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerinstance.Operation.withProperties(java.lang.Object)"
fullName: "com.microsoft.azure.management.containerinstance.Operation.withProperties(Object properties)"
name: "withProperties(Object properties)"
nameWithType: "Operation.withProperties(Object properties)"
summary: "Set the additional properties."
parameters:
- description: "the properties value to set"
name: "properties"
type: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Operation withProperties(Object properties)"
desc: "Set the additional properties."
returns:
description: "the Operation object itself."
type: "<xref href=\"com.microsoft.azure.management.containerinstance.Operation?alt=com.microsoft.azure.management.containerinstance.Operation&text=Operation\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "An operation for Azure Container Instance service."
metadata: {}
package: "com.microsoft.azure.management.containerinstance"
artifact: com.microsoft.azure:azure-mgmt-containerinstance:1.41.4