118 строки
8.2 KiB
YAML
118 строки
8.2 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.sql.fluent.models.OperationInner"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.models.OperationInner"
|
|
name: "OperationInner"
|
|
nameWithType: "OperationInner"
|
|
summary: "SQL 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 **OperationInner**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.sql.fluent.models.OperationInner?alt=com.azure.resourcemanager.sql.fluent.models.OperationInner&text=OperationInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.sql.fluent.models.OperationInner.OperationInner()"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.models.OperationInner.OperationInner()"
|
|
name: "OperationInner()"
|
|
nameWithType: "OperationInner.OperationInner()"
|
|
summary: "Creates an instance of Operation<wbr>Inner class."
|
|
syntax: "public OperationInner()"
|
|
desc: "Creates an instance of OperationInner class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.sql.fluent.models.OperationInner.display()"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.models.OperationInner.display()"
|
|
name: "display()"
|
|
nameWithType: "OperationInner.display()"
|
|
summary: "Get the display property: The localized display information for this particular operation / action."
|
|
syntax: "public OperationDisplay display()"
|
|
desc: "Get the display property: The localized display information for this particular operation / action."
|
|
returns:
|
|
description: "the display value."
|
|
type: "<xref href=\"com.azure.resourcemanager.sql.models.OperationDisplay?alt=com.azure.resourcemanager.sql.models.OperationDisplay&text=OperationDisplay\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.sql.fluent.models.OperationInner.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.models.OperationInner.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "OperationInner.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of Operation<wbr>Inner from the Json<wbr>Reader."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "The JsonReader being read."
|
|
name: "jsonReader"
|
|
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static OperationInner fromJson(JsonReader jsonReader)"
|
|
exceptions:
|
|
- description: "If an error occurs while reading the OperationInner."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
desc: "Reads an instance of OperationInner from the JsonReader."
|
|
returns:
|
|
description: "An instance of OperationInner if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
|
|
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.OperationInner?alt=com.azure.resourcemanager.sql.fluent.models.OperationInner&text=OperationInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.sql.fluent.models.OperationInner.name()"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.models.OperationInner.name()"
|
|
name: "name()"
|
|
nameWithType: "OperationInner.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.sql.fluent.models.OperationInner.origin()"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.models.OperationInner.origin()"
|
|
name: "origin()"
|
|
nameWithType: "OperationInner.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.sql.models.OperationOrigin?alt=com.azure.resourcemanager.sql.models.OperationOrigin&text=OperationOrigin\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.sql.fluent.models.OperationInner.properties()"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.models.OperationInner.properties()"
|
|
name: "properties()"
|
|
nameWithType: "OperationInner.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.sql.fluent.models.OperationInner.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.models.OperationInner.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "OperationInner.toJson(JsonWriter jsonWriter)"
|
|
parameters:
|
|
- name: "jsonWriter"
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
|
|
exceptions:
|
|
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
returns:
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.sql.fluent.models.OperationInner.validate()"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.models.OperationInner.validate()"
|
|
name: "validate()"
|
|
nameWithType: "OperationInner.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
type: "class"
|
|
desc: "SQL REST API operation definition."
|
|
implements:
|
|
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.sql.fluent.models.OperationInner?alt=com.azure.resourcemanager.sql.fluent.models.OperationInner&text=OperationInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.sql.fluent.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-sql:2.44.0
|