109 строки
7.8 KiB
YAML
109 строки
7.8 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.redisenterprise.fluent.models.OperationInner"
|
|
fullName: "com.azure.resourcemanager.redisenterprise.fluent.models.OperationInner"
|
|
name: "OperationInner"
|
|
nameWithType: "OperationInner"
|
|
summary: "REST API Operation Details of a REST API operation, returned from the Resource Provider Operations API."
|
|
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**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.redisenterprise.fluent.models.OperationInner.OperationInner()"
|
|
fullName: "com.azure.resourcemanager.redisenterprise.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.redisenterprise.fluent.models.OperationInner.actionType()"
|
|
fullName: "com.azure.resourcemanager.redisenterprise.fluent.models.OperationInner.actionType()"
|
|
name: "actionType()"
|
|
nameWithType: "OperationInner.actionType()"
|
|
summary: "Get the action<wbr>Type property: Enum."
|
|
syntax: "public ActionType actionType()"
|
|
desc: "Get the actionType property: Enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs."
|
|
returns:
|
|
description: "the actionType value."
|
|
type: "<xref href=\"com.azure.resourcemanager.redisenterprise.models.ActionType?alt=com.azure.resourcemanager.redisenterprise.models.ActionType&text=ActionType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.redisenterprise.fluent.models.OperationInner.display()"
|
|
fullName: "com.azure.resourcemanager.redisenterprise.fluent.models.OperationInner.display()"
|
|
name: "display()"
|
|
nameWithType: "OperationInner.display()"
|
|
summary: "Get the display property: Localized display information for this particular operation."
|
|
syntax: "public OperationDisplay display()"
|
|
desc: "Get the display property: Localized display information for this particular operation."
|
|
returns:
|
|
description: "the display value."
|
|
type: "<xref href=\"com.azure.resourcemanager.redisenterprise.models.OperationDisplay?alt=com.azure.resourcemanager.redisenterprise.models.OperationDisplay&text=OperationDisplay\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.redisenterprise.fluent.models.OperationInner.isDataAction()"
|
|
fullName: "com.azure.resourcemanager.redisenterprise.fluent.models.OperationInner.isDataAction()"
|
|
name: "isDataAction()"
|
|
nameWithType: "OperationInner.isDataAction()"
|
|
summary: "Get the is<wbr>Data<wbr>Action property: Whether the operation applies to data-plane."
|
|
syntax: "public Boolean isDataAction()"
|
|
desc: "Get the isDataAction property: Whether the operation applies to data-plane. This is \"true\" for data-plane operations and \"false\" for ARM/control-plane operations."
|
|
returns:
|
|
description: "the isDataAction value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
- uid: "com.azure.resourcemanager.redisenterprise.fluent.models.OperationInner.name()"
|
|
fullName: "com.azure.resourcemanager.redisenterprise.fluent.models.OperationInner.name()"
|
|
name: "name()"
|
|
nameWithType: "OperationInner.name()"
|
|
summary: "Get the name property: The name of the operation, as per Resource-Based Access Control (RBAC)."
|
|
syntax: "public String name()"
|
|
desc: "Get the name property: The name of the operation, as per Resource-Based Access Control (RBAC). Examples: \"Microsoft.Compute/virtualMachines/write\", \"Microsoft.Compute/virtualMachines/capture/action\"."
|
|
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.redisenterprise.fluent.models.OperationInner.origin()"
|
|
fullName: "com.azure.resourcemanager.redisenterprise.fluent.models.OperationInner.origin()"
|
|
name: "origin()"
|
|
nameWithType: "OperationInner.origin()"
|
|
summary: "Get the origin property: The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX."
|
|
syntax: "public Origin origin()"
|
|
desc: "Get the origin property: The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\"."
|
|
returns:
|
|
description: "the origin value."
|
|
type: "<xref href=\"com.azure.resourcemanager.redisenterprise.models.Origin?alt=com.azure.resourcemanager.redisenterprise.models.Origin&text=Origin\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.redisenterprise.fluent.models.OperationInner.validate()"
|
|
fullName: "com.azure.resourcemanager.redisenterprise.fluent.models.OperationInner.validate()"
|
|
name: "validate()"
|
|
nameWithType: "OperationInner.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.redisenterprise.fluent.models.OperationInner.withDisplay(com.azure.resourcemanager.redisenterprise.models.OperationDisplay)"
|
|
fullName: "com.azure.resourcemanager.redisenterprise.fluent.models.OperationInner.withDisplay(OperationDisplay display)"
|
|
name: "withDisplay(OperationDisplay display)"
|
|
nameWithType: "OperationInner.withDisplay(OperationDisplay display)"
|
|
summary: "Set the display property: Localized display information for this particular operation."
|
|
parameters:
|
|
- description: "the display value to set."
|
|
name: "display"
|
|
type: "<xref href=\"com.azure.resourcemanager.redisenterprise.models.OperationDisplay?alt=com.azure.resourcemanager.redisenterprise.models.OperationDisplay&text=OperationDisplay\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public OperationInner withDisplay(OperationDisplay display)"
|
|
desc: "Set the display property: Localized display information for this particular operation."
|
|
returns:
|
|
description: "the OperationInner object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.redisenterprise.fluent.models.OperationInner?alt=com.azure.resourcemanager.redisenterprise.fluent.models.OperationInner&text=OperationInner\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "REST API Operation Details of a REST API operation, returned from the Resource Provider Operations API."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.redisenterprise.fluent.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-redisenterprise:2.0.0
|