azure-docs-sdk-java/legacy/docs-ref-autogen/com.azure.resourcemanager.s...

86 строки
4.4 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.storageimportexport.models.Operation"
fullName: "com.azure.resourcemanager.storageimportexport.models.Operation"
name: "Operation"
nameWithType: "Operation"
summary: "An immutable client-side representation of Operation."
syntax: "public interface **Operation**"
methods:
- uid: "com.azure.resourcemanager.storageimportexport.models.Operation.description()"
fullName: "com.azure.resourcemanager.storageimportexport.models.Operation.description()"
name: "description()"
nameWithType: "Operation.description()"
summary: "Gets the description property: Short description of the operation."
modifiers:
- "abstract"
syntax: "public abstract String description()"
desc: "Gets the description property: Short description 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.storageimportexport.models.Operation.innerModel()"
fullName: "com.azure.resourcemanager.storageimportexport.models.Operation.innerModel()"
name: "innerModel()"
nameWithType: "Operation.innerModel()"
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>storageimportexport.<wbr>fluent.<wbr>models.<wbr>Operation<wbr>Inner object."
modifiers:
- "abstract"
syntax: "public abstract OperationInner innerModel()"
desc: "Gets the inner com.azure.resourcemanager.storageimportexport.fluent.models.OperationInner object."
returns:
description: "the inner object."
type: "<xref href=\"com.azure.resourcemanager.storageimportexport.fluent.models.OperationInner?alt=com.azure.resourcemanager.storageimportexport.fluent.models.OperationInner&text=OperationInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.storageimportexport.models.Operation.name()"
fullName: "com.azure.resourcemanager.storageimportexport.models.Operation.name()"
name: "name()"
nameWithType: "Operation.name()"
summary: "Gets the name property: Name of the operation."
modifiers:
- "abstract"
syntax: "public abstract String name()"
desc: "Gets the name property: Name of the 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.storageimportexport.models.Operation.operation()"
fullName: "com.azure.resourcemanager.storageimportexport.models.Operation.operation()"
name: "operation()"
nameWithType: "Operation.operation()"
summary: "Gets the operation property: The display name of the operation."
modifiers:
- "abstract"
syntax: "public abstract String operation()"
desc: "Gets the operation property: The display name of the operation."
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.storageimportexport.models.Operation.provider()"
fullName: "com.azure.resourcemanager.storageimportexport.models.Operation.provider()"
name: "provider()"
nameWithType: "Operation.provider()"
summary: "Gets the provider property: The resource provider name to which the operation belongs."
modifiers:
- "abstract"
syntax: "public abstract String provider()"
desc: "Gets the provider property: The resource provider name to which the operation belongs."
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.storageimportexport.models.Operation.resource()"
fullName: "com.azure.resourcemanager.storageimportexport.models.Operation.resource()"
name: "resource()"
nameWithType: "Operation.resource()"
summary: "Gets the resource property: The name of the resource to which the operation belongs."
modifiers:
- "abstract"
syntax: "public abstract String resource()"
desc: "Gets the resource property: The name of the resource to which the operation belongs."
returns:
description: "the resource value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
type: "interface"
desc: "An immutable client-side representation of Operation."
metadata: {}
package: "com.azure.resourcemanager.storageimportexport.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-storageimportexport:1.0.0-beta.2