74 строки
3.9 KiB
YAML
74 строки
3.9 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.netapp.models.Operation"
|
|
fullName: "com.azure.resourcemanager.netapp.models.Operation"
|
|
name: "Operation"
|
|
nameWithType: "Operation"
|
|
summary: "An immutable client-side representation of Operation."
|
|
syntax: "public interface **Operation**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.netapp.models.Operation.display()"
|
|
fullName: "com.azure.resourcemanager.netapp.models.Operation.display()"
|
|
name: "display()"
|
|
nameWithType: "Operation.display()"
|
|
summary: "Gets the display property: Display metadata associated with the operation."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract OperationDisplay display()"
|
|
desc: "Gets the display property: Display metadata associated with the operation."
|
|
returns:
|
|
description: "the display value."
|
|
type: "<xref href=\"com.azure.resourcemanager.netapp.models.OperationDisplay?alt=com.azure.resourcemanager.netapp.models.OperationDisplay&text=OperationDisplay\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.netapp.models.Operation.innerModel()"
|
|
fullName: "com.azure.resourcemanager.netapp.models.Operation.innerModel()"
|
|
name: "innerModel()"
|
|
nameWithType: "Operation.innerModel()"
|
|
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>netapp.<wbr>fluent.<wbr>models.<wbr>Operation<wbr>Inner object."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract OperationInner innerModel()"
|
|
desc: "Gets the inner com.azure.resourcemanager.netapp.fluent.models.OperationInner object."
|
|
returns:
|
|
description: "the inner object."
|
|
type: "<xref href=\"com.azure.resourcemanager.netapp.fluent.models.OperationInner?alt=com.azure.resourcemanager.netapp.fluent.models.OperationInner&text=OperationInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.netapp.models.Operation.name()"
|
|
fullName: "com.azure.resourcemanager.netapp.models.Operation.name()"
|
|
name: "name()"
|
|
nameWithType: "Operation.name()"
|
|
summary: "Gets the name property: Operation name: \\{provider\\}/\\{resource\\}/\\{operation\\}."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String name()"
|
|
desc: "Gets the name property: Operation name: \\{provider\\}/\\{resource\\}/\\{operation\\}."
|
|
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.netapp.models.Operation.origin()"
|
|
fullName: "com.azure.resourcemanager.netapp.models.Operation.origin()"
|
|
name: "origin()"
|
|
nameWithType: "Operation.origin()"
|
|
summary: "Gets the origin property: The origin of operations."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String origin()"
|
|
desc: "Gets the origin property: The origin of operations."
|
|
returns:
|
|
description: "the origin value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.netapp.models.Operation.serviceSpecification()"
|
|
fullName: "com.azure.resourcemanager.netapp.models.Operation.serviceSpecification()"
|
|
name: "serviceSpecification()"
|
|
nameWithType: "Operation.serviceSpecification()"
|
|
summary: "Gets the service<wbr>Specification property: One property of operation, include metric specifications."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract ServiceSpecification serviceSpecification()"
|
|
desc: "Gets the serviceSpecification property: One property of operation, include metric specifications."
|
|
returns:
|
|
description: "the serviceSpecification value."
|
|
type: "<xref href=\"com.azure.resourcemanager.netapp.models.ServiceSpecification?alt=com.azure.resourcemanager.netapp.models.ServiceSpecification&text=ServiceSpecification\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "An immutable client-side representation of Operation."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.netapp.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-netapp:1.5.1
|