86 строки
5.0 KiB
YAML
86 строки
5.0 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.loadtesting.models.Operation"
|
|
fullName: "com.azure.resourcemanager.loadtesting.models.Operation"
|
|
name: "Operation"
|
|
nameWithType: "Operation"
|
|
summary: "An immutable client-side representation of Operation."
|
|
syntax: "public interface **Operation**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.loadtesting.models.Operation.actionType()"
|
|
fullName: "com.azure.resourcemanager.loadtesting.models.Operation.actionType()"
|
|
name: "actionType()"
|
|
nameWithType: "Operation.actionType()"
|
|
summary: "Gets the action<wbr>Type property: Enum."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract ActionType actionType()"
|
|
desc: "Gets 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.loadtesting.models.ActionType?alt=com.azure.resourcemanager.loadtesting.models.ActionType&text=ActionType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.loadtesting.models.Operation.display()"
|
|
fullName: "com.azure.resourcemanager.loadtesting.models.Operation.display()"
|
|
name: "display()"
|
|
nameWithType: "Operation.display()"
|
|
summary: "Gets the display property: Localized display information for this particular operation."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract OperationDisplay display()"
|
|
desc: "Gets the display property: Localized display information for this particular operation."
|
|
returns:
|
|
description: "the display value."
|
|
type: "<xref href=\"com.azure.resourcemanager.loadtesting.models.OperationDisplay?alt=com.azure.resourcemanager.loadtesting.models.OperationDisplay&text=OperationDisplay\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.loadtesting.models.Operation.innerModel()"
|
|
fullName: "com.azure.resourcemanager.loadtesting.models.Operation.innerModel()"
|
|
name: "innerModel()"
|
|
nameWithType: "Operation.innerModel()"
|
|
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>loadtesting.<wbr>fluent.<wbr>models.<wbr>Operation<wbr>Inner object."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract OperationInner innerModel()"
|
|
desc: "Gets the inner com.azure.resourcemanager.loadtesting.fluent.models.OperationInner object."
|
|
returns:
|
|
description: "the inner object."
|
|
type: "<xref href=\"com.azure.resourcemanager.loadtesting.fluent.models.OperationInner?alt=com.azure.resourcemanager.loadtesting.fluent.models.OperationInner&text=OperationInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.loadtesting.models.Operation.isDataAction()"
|
|
fullName: "com.azure.resourcemanager.loadtesting.models.Operation.isDataAction()"
|
|
name: "isDataAction()"
|
|
nameWithType: "Operation.isDataAction()"
|
|
summary: "Gets the is<wbr>Data<wbr>Action property: Whether the operation applies to data-plane."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Boolean isDataAction()"
|
|
desc: "Gets 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.loadtesting.models.Operation.name()"
|
|
fullName: "com.azure.resourcemanager.loadtesting.models.Operation.name()"
|
|
name: "name()"
|
|
nameWithType: "Operation.name()"
|
|
summary: "Gets the name property: The name of the operation, as per Resource-Based Access Control (RBAC)."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String name()"
|
|
desc: "Gets 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.loadtesting.models.Operation.origin()"
|
|
fullName: "com.azure.resourcemanager.loadtesting.models.Operation.origin()"
|
|
name: "origin()"
|
|
nameWithType: "Operation.origin()"
|
|
summary: "Gets the origin property: The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Origin origin()"
|
|
desc: "Gets 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.loadtesting.models.Origin?alt=com.azure.resourcemanager.loadtesting.models.Origin&text=Origin\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "An immutable client-side representation of Operation."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.loadtesting.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-loadtesting:1.0.0
|