174 строки
12 KiB
YAML
174 строки
12 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.redis.models.OperationDisplay"
|
|
fullName: "com.azure.resourcemanager.redis.models.OperationDisplay"
|
|
name: "OperationDisplay"
|
|
nameWithType: "OperationDisplay"
|
|
summary: "The object that describes the operation."
|
|
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 **OperationDisplay**</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.redis.models.OperationDisplay?alt=com.azure.resourcemanager.redis.models.OperationDisplay&text=OperationDisplay\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.redis.models.OperationDisplay.OperationDisplay()"
|
|
fullName: "com.azure.resourcemanager.redis.models.OperationDisplay.OperationDisplay()"
|
|
name: "OperationDisplay()"
|
|
nameWithType: "OperationDisplay.OperationDisplay()"
|
|
summary: "Creates an instance of Operation<wbr>Display class."
|
|
syntax: "public OperationDisplay()"
|
|
desc: "Creates an instance of OperationDisplay class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.redis.models.OperationDisplay.description()"
|
|
fullName: "com.azure.resourcemanager.redis.models.OperationDisplay.description()"
|
|
name: "description()"
|
|
nameWithType: "OperationDisplay.description()"
|
|
summary: "Get the description property: Friendly name of the operation."
|
|
syntax: "public String description()"
|
|
desc: "Get the description property: Friendly name of the operation."
|
|
returns:
|
|
description: "the description value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.redis.models.OperationDisplay.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.resourcemanager.redis.models.OperationDisplay.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "OperationDisplay.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of Operation<wbr>Display 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 OperationDisplay fromJson(JsonReader jsonReader)"
|
|
exceptions:
|
|
- description: "If an error occurs while reading the OperationDisplay."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
desc: "Reads an instance of OperationDisplay from the JsonReader."
|
|
returns:
|
|
description: "An instance of OperationDisplay 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.redis.models.OperationDisplay?alt=com.azure.resourcemanager.redis.models.OperationDisplay&text=OperationDisplay\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.redis.models.OperationDisplay.operation()"
|
|
fullName: "com.azure.resourcemanager.redis.models.OperationDisplay.operation()"
|
|
name: "operation()"
|
|
nameWithType: "OperationDisplay.operation()"
|
|
summary: "Get the operation property: Operation type: read, write, delete, list<wbr>Keys/action, etc."
|
|
syntax: "public String operation()"
|
|
desc: "Get the operation property: Operation type: read, write, delete, listKeys/action, etc."
|
|
returns:
|
|
description: "the operation value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.redis.models.OperationDisplay.provider()"
|
|
fullName: "com.azure.resourcemanager.redis.models.OperationDisplay.provider()"
|
|
name: "provider()"
|
|
nameWithType: "OperationDisplay.provider()"
|
|
summary: "Get the provider property: Friendly name of the resource provider."
|
|
syntax: "public String provider()"
|
|
desc: "Get the provider property: Friendly name of the resource provider."
|
|
returns:
|
|
description: "the provider value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.redis.models.OperationDisplay.resource()"
|
|
fullName: "com.azure.resourcemanager.redis.models.OperationDisplay.resource()"
|
|
name: "resource()"
|
|
nameWithType: "OperationDisplay.resource()"
|
|
summary: "Get the resource property: Resource type on which the operation is performed."
|
|
syntax: "public String resource()"
|
|
desc: "Get the resource property: Resource type on which the operation is performed."
|
|
returns:
|
|
description: "the resource value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.redis.models.OperationDisplay.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.resourcemanager.redis.models.OperationDisplay.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "OperationDisplay.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.redis.models.OperationDisplay.validate()"
|
|
fullName: "com.azure.resourcemanager.redis.models.OperationDisplay.validate()"
|
|
name: "validate()"
|
|
nameWithType: "OperationDisplay.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.redis.models.OperationDisplay.withDescription(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.redis.models.OperationDisplay.withDescription(String description)"
|
|
name: "withDescription(String description)"
|
|
nameWithType: "OperationDisplay.withDescription(String description)"
|
|
summary: "Set the description property: Friendly name of the operation."
|
|
parameters:
|
|
- description: "the description value to set."
|
|
name: "description"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public OperationDisplay withDescription(String description)"
|
|
desc: "Set the description property: Friendly name of the operation."
|
|
returns:
|
|
description: "the OperationDisplay object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.redis.models.OperationDisplay?alt=com.azure.resourcemanager.redis.models.OperationDisplay&text=OperationDisplay\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.redis.models.OperationDisplay.withOperation(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.redis.models.OperationDisplay.withOperation(String operation)"
|
|
name: "withOperation(String operation)"
|
|
nameWithType: "OperationDisplay.withOperation(String operation)"
|
|
summary: "Set the operation property: Operation type: read, write, delete, list<wbr>Keys/action, etc."
|
|
parameters:
|
|
- description: "the operation value to set."
|
|
name: "operation"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public OperationDisplay withOperation(String operation)"
|
|
desc: "Set the operation property: Operation type: read, write, delete, listKeys/action, etc."
|
|
returns:
|
|
description: "the OperationDisplay object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.redis.models.OperationDisplay?alt=com.azure.resourcemanager.redis.models.OperationDisplay&text=OperationDisplay\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.redis.models.OperationDisplay.withProvider(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.redis.models.OperationDisplay.withProvider(String provider)"
|
|
name: "withProvider(String provider)"
|
|
nameWithType: "OperationDisplay.withProvider(String provider)"
|
|
summary: "Set the provider property: Friendly name of the resource provider."
|
|
parameters:
|
|
- description: "the provider value to set."
|
|
name: "provider"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public OperationDisplay withProvider(String provider)"
|
|
desc: "Set the provider property: Friendly name of the resource provider."
|
|
returns:
|
|
description: "the OperationDisplay object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.redis.models.OperationDisplay?alt=com.azure.resourcemanager.redis.models.OperationDisplay&text=OperationDisplay\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.redis.models.OperationDisplay.withResource(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.redis.models.OperationDisplay.withResource(String resource)"
|
|
name: "withResource(String resource)"
|
|
nameWithType: "OperationDisplay.withResource(String resource)"
|
|
summary: "Set the resource property: Resource type on which the operation is performed."
|
|
parameters:
|
|
- description: "the resource value to set."
|
|
name: "resource"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public OperationDisplay withResource(String resource)"
|
|
desc: "Set the resource property: Resource type on which the operation is performed."
|
|
returns:
|
|
description: "the OperationDisplay object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.redis.models.OperationDisplay?alt=com.azure.resourcemanager.redis.models.OperationDisplay&text=OperationDisplay\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The object that describes the operation."
|
|
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.redis.models.OperationDisplay?alt=com.azure.resourcemanager.redis.models.OperationDisplay&text=OperationDisplay\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.redis.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-redis:2.44.0
|