83 строки
5.1 KiB
YAML
83 строки
5.1 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.postgresql.models.Operation"
|
|
fullName: "com.azure.resourcemanager.postgresql.models.Operation"
|
|
name: "Operation"
|
|
nameWithType: "Operation"
|
|
summary: "REST API operation definition."
|
|
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 **Operation**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.postgresql.models.Operation.Operation()"
|
|
fullName: "com.azure.resourcemanager.postgresql.models.Operation.Operation()"
|
|
name: "Operation()"
|
|
nameWithType: "Operation.Operation()"
|
|
syntax: "public Operation()"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.postgresql.models.Operation.display()"
|
|
fullName: "com.azure.resourcemanager.postgresql.models.Operation.display()"
|
|
name: "display()"
|
|
nameWithType: "Operation.display()"
|
|
summary: "Get the display property: The localized display information for this particular operation or action."
|
|
syntax: "public OperationDisplay display()"
|
|
desc: "Get the display property: The localized display information for this particular operation or action."
|
|
returns:
|
|
description: "the display value."
|
|
type: "<xref href=\"com.azure.resourcemanager.postgresql.models.OperationDisplay?alt=com.azure.resourcemanager.postgresql.models.OperationDisplay&text=OperationDisplay\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.postgresql.models.Operation.name()"
|
|
fullName: "com.azure.resourcemanager.postgresql.models.Operation.name()"
|
|
name: "name()"
|
|
nameWithType: "Operation.name()"
|
|
summary: "Get the name property: The name of the operation being performed on this particular object."
|
|
syntax: "public String name()"
|
|
desc: "Get the name property: The name of the operation being performed on this particular object."
|
|
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.postgresql.models.Operation.origin()"
|
|
fullName: "com.azure.resourcemanager.postgresql.models.Operation.origin()"
|
|
name: "origin()"
|
|
nameWithType: "Operation.origin()"
|
|
summary: "Get the origin property: The intended executor of the operation."
|
|
syntax: "public OperationOrigin origin()"
|
|
desc: "Get the origin property: The intended executor of the operation."
|
|
returns:
|
|
description: "the origin value."
|
|
type: "<xref href=\"com.azure.resourcemanager.postgresql.models.OperationOrigin?alt=com.azure.resourcemanager.postgresql.models.OperationOrigin&text=OperationOrigin\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.postgresql.models.Operation.properties()"
|
|
fullName: "com.azure.resourcemanager.postgresql.models.Operation.properties()"
|
|
name: "properties()"
|
|
nameWithType: "Operation.properties()"
|
|
summary: "Get the properties property: Additional descriptions for the operation."
|
|
syntax: "public Map<String,Object> properties()"
|
|
desc: "Get the properties property: Additional descriptions for the operation."
|
|
returns:
|
|
description: "the properties value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>>"
|
|
- uid: "com.azure.resourcemanager.postgresql.models.Operation.validate()"
|
|
fullName: "com.azure.resourcemanager.postgresql.models.Operation.validate()"
|
|
name: "validate()"
|
|
nameWithType: "Operation.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
type: "class"
|
|
desc: "REST API operation definition."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.postgresql.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-postgresql:1.0.2
|