2022-07-30 09:36:06 +03:00
|
|
|
### YamlMime:JavaType
|
|
|
|
uid: "com.azure.resourcemanager.digitaltwins.models.Operation"
|
|
|
|
fullName: "com.azure.resourcemanager.digitaltwins.models.Operation"
|
|
|
|
name: "Operation"
|
|
|
|
nameWithType: "Operation"
|
|
|
|
summary: "An immutable client-side representation of Operation."
|
2022-11-01 07:30:49 +03:00
|
|
|
syntax: "public interface **Operation**"
|
2022-07-30 09:36:06 +03:00
|
|
|
methods:
|
2022-08-22 08:55:24 +03:00
|
|
|
- uid: "com.azure.resourcemanager.digitaltwins.models.Operation.display()"
|
|
|
|
fullName: "com.azure.resourcemanager.digitaltwins.models.Operation.display()"
|
|
|
|
name: "display()"
|
|
|
|
nameWithType: "Operation.display()"
|
|
|
|
summary: "Gets the display property: Operation properties display."
|
|
|
|
modifiers:
|
|
|
|
- "abstract"
|
|
|
|
syntax: "public abstract OperationDisplay display()"
|
|
|
|
desc: "Gets the display property: Operation properties display."
|
|
|
|
returns:
|
|
|
|
description: "the display value."
|
|
|
|
type: "<xref href=\"com.azure.resourcemanager.digitaltwins.models.OperationDisplay?alt=com.azure.resourcemanager.digitaltwins.models.OperationDisplay&text=OperationDisplay\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
- uid: "com.azure.resourcemanager.digitaltwins.models.Operation.innerModel()"
|
|
|
|
fullName: "com.azure.resourcemanager.digitaltwins.models.Operation.innerModel()"
|
|
|
|
name: "innerModel()"
|
|
|
|
nameWithType: "Operation.innerModel()"
|
|
|
|
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>digitaltwins.<wbr>fluent.<wbr>models.<wbr>Operation<wbr>Inner object."
|
|
|
|
modifiers:
|
|
|
|
- "abstract"
|
|
|
|
syntax: "public abstract OperationInner innerModel()"
|
|
|
|
desc: "Gets the inner com.azure.resourcemanager.digitaltwins.fluent.models.OperationInner object."
|
|
|
|
returns:
|
|
|
|
description: "the inner object."
|
|
|
|
type: "<xref href=\"com.azure.resourcemanager.digitaltwins.fluent.models.OperationInner?alt=com.azure.resourcemanager.digitaltwins.fluent.models.OperationInner&text=OperationInner\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
- uid: "com.azure.resourcemanager.digitaltwins.models.Operation.isDataAction()"
|
|
|
|
fullName: "com.azure.resourcemanager.digitaltwins.models.Operation.isDataAction()"
|
|
|
|
name: "isDataAction()"
|
|
|
|
nameWithType: "Operation.isDataAction()"
|
|
|
|
summary: "Gets the is<wbr>Data<wbr>Action property: If the operation is a data action (for data plane rbac)."
|
|
|
|
modifiers:
|
|
|
|
- "abstract"
|
|
|
|
syntax: "public abstract Boolean isDataAction()"
|
|
|
|
desc: "Gets the isDataAction property: If the operation is a data action (for data plane rbac)."
|
|
|
|
returns:
|
|
|
|
description: "the isDataAction value."
|
2022-09-07 07:25:44 +03:00
|
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
2022-08-22 08:55:24 +03:00
|
|
|
- uid: "com.azure.resourcemanager.digitaltwins.models.Operation.name()"
|
|
|
|
fullName: "com.azure.resourcemanager.digitaltwins.models.Operation.name()"
|
|
|
|
name: "name()"
|
|
|
|
nameWithType: "Operation.name()"
|
|
|
|
summary: "Gets the name property: Operation name: \\{provider\\}/\\{resource\\}/\\{read | write | action | delete\\}."
|
|
|
|
modifiers:
|
|
|
|
- "abstract"
|
|
|
|
syntax: "public abstract String name()"
|
|
|
|
desc: "Gets the name property: Operation name: \\{provider\\}/\\{resource\\}/\\{read | write | action | delete\\}."
|
|
|
|
returns:
|
|
|
|
description: "the name value."
|
2022-09-07 07:25:44 +03:00
|
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
2022-08-22 08:55:24 +03:00
|
|
|
- uid: "com.azure.resourcemanager.digitaltwins.models.Operation.origin()"
|
|
|
|
fullName: "com.azure.resourcemanager.digitaltwins.models.Operation.origin()"
|
|
|
|
name: "origin()"
|
|
|
|
nameWithType: "Operation.origin()"
|
|
|
|
summary: "Gets the origin property: The intended executor of the operation."
|
|
|
|
modifiers:
|
|
|
|
- "abstract"
|
|
|
|
syntax: "public abstract String origin()"
|
|
|
|
desc: "Gets the origin property: The intended executor of the operation."
|
|
|
|
returns:
|
|
|
|
description: "the origin value."
|
2022-09-07 07:25:44 +03:00
|
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
2022-08-22 08:55:24 +03:00
|
|
|
- uid: "com.azure.resourcemanager.digitaltwins.models.Operation.properties()"
|
|
|
|
fullName: "com.azure.resourcemanager.digitaltwins.models.Operation.properties()"
|
|
|
|
name: "properties()"
|
|
|
|
nameWithType: "Operation.properties()"
|
|
|
|
summary: "Gets the properties property: Operation properties."
|
|
|
|
modifiers:
|
|
|
|
- "abstract"
|
|
|
|
syntax: "public abstract Map<String,Object> properties()"
|
|
|
|
desc: "Gets the properties property: Operation properties."
|
|
|
|
returns:
|
|
|
|
description: "the properties value."
|
2022-09-07 07:25:44 +03:00
|
|
|
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>>"
|
2022-07-30 09:36:06 +03:00
|
|
|
type: "interface"
|
2022-08-11 07:43:16 +03:00
|
|
|
desc: "An immutable client-side representation of Operation."
|
2022-07-30 09:36:06 +03:00
|
|
|
metadata: {}
|
|
|
|
package: "com.azure.resourcemanager.digitaltwins.models"
|
2023-06-09 04:07:14 +03:00
|
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-digitaltwins:1.2.0
|