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

165 строки
11 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.storageimportexport.fluent.models.OperationInner"
fullName: "com.azure.resourcemanager.storageimportexport.fluent.models.OperationInner"
name: "OperationInner"
nameWithType: "OperationInner"
summary: "Describes a supported operation by the Storage Import/Export job 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.storageimportexport.fluent.models.OperationInner.OperationInner()"
fullName: "com.azure.resourcemanager.storageimportexport.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.storageimportexport.fluent.models.OperationInner.description()"
fullName: "com.azure.resourcemanager.storageimportexport.fluent.models.OperationInner.description()"
name: "description()"
nameWithType: "OperationInner.description()"
summary: "Get the description property: Short description of the operation."
syntax: "public String description()"
desc: "Get 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.fluent.models.OperationInner.name()"
fullName: "com.azure.resourcemanager.storageimportexport.fluent.models.OperationInner.name()"
name: "name()"
nameWithType: "OperationInner.name()"
summary: "Get the name property: Name of the operation."
syntax: "public String name()"
desc: "Get 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.fluent.models.OperationInner.operation()"
fullName: "com.azure.resourcemanager.storageimportexport.fluent.models.OperationInner.operation()"
name: "operation()"
nameWithType: "OperationInner.operation()"
summary: "Get the operation property: The display name of the operation."
syntax: "public String operation()"
desc: "Get 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.fluent.models.OperationInner.provider()"
fullName: "com.azure.resourcemanager.storageimportexport.fluent.models.OperationInner.provider()"
name: "provider()"
nameWithType: "OperationInner.provider()"
summary: "Get the provider property: The resource provider name to which the operation belongs."
syntax: "public String provider()"
desc: "Get 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.fluent.models.OperationInner.resource()"
fullName: "com.azure.resourcemanager.storageimportexport.fluent.models.OperationInner.resource()"
name: "resource()"
nameWithType: "OperationInner.resource()"
summary: "Get the resource property: The name of the resource to which the operation belongs."
syntax: "public String resource()"
desc: "Get 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>"
- uid: "com.azure.resourcemanager.storageimportexport.fluent.models.OperationInner.validate()"
fullName: "com.azure.resourcemanager.storageimportexport.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.storageimportexport.fluent.models.OperationInner.withDescription(java.lang.String)"
fullName: "com.azure.resourcemanager.storageimportexport.fluent.models.OperationInner.withDescription(String description)"
name: "withDescription(String description)"
nameWithType: "OperationInner.withDescription(String description)"
summary: "Set the description property: Short description of the operation."
parameters:
- description: "the description value to set."
name: "description"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public OperationInner withDescription(String description)"
desc: "Set the description property: Short description of the operation."
returns:
description: "the OperationInner object itself."
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.fluent.models.OperationInner.withName(java.lang.String)"
fullName: "com.azure.resourcemanager.storageimportexport.fluent.models.OperationInner.withName(String name)"
name: "withName(String name)"
nameWithType: "OperationInner.withName(String name)"
summary: "Set the name property: Name of the operation."
parameters:
- description: "the name value to set."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public OperationInner withName(String name)"
desc: "Set the name property: Name of the operation."
returns:
description: "the OperationInner object itself."
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.fluent.models.OperationInner.withOperation(java.lang.String)"
fullName: "com.azure.resourcemanager.storageimportexport.fluent.models.OperationInner.withOperation(String operation)"
name: "withOperation(String operation)"
nameWithType: "OperationInner.withOperation(String operation)"
summary: "Set the operation property: The display name of the operation."
parameters:
- description: "the operation value to set."
name: "operation"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public OperationInner withOperation(String operation)"
desc: "Set the operation property: The display name of the operation."
returns:
description: "the OperationInner object itself."
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.fluent.models.OperationInner.withProvider(java.lang.String)"
fullName: "com.azure.resourcemanager.storageimportexport.fluent.models.OperationInner.withProvider(String provider)"
name: "withProvider(String provider)"
nameWithType: "OperationInner.withProvider(String provider)"
summary: "Set the provider property: The resource provider name to which the operation belongs."
parameters:
- description: "the provider value to set."
name: "provider"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public OperationInner withProvider(String provider)"
desc: "Set the provider property: The resource provider name to which the operation belongs."
returns:
description: "the OperationInner object itself."
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.fluent.models.OperationInner.withResource(java.lang.String)"
fullName: "com.azure.resourcemanager.storageimportexport.fluent.models.OperationInner.withResource(String resource)"
name: "withResource(String resource)"
nameWithType: "OperationInner.withResource(String resource)"
summary: "Set the resource property: The name of the resource to which the operation belongs."
parameters:
- description: "the resource value to set."
name: "resource"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public OperationInner withResource(String resource)"
desc: "Set the resource property: The name of the resource to which the operation belongs."
returns:
description: "the OperationInner object itself."
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\" />"
type: "class"
desc: "Describes a supported operation by the Storage Import/Export job API."
metadata: {}
package: "com.azure.resourcemanager.storageimportexport.fluent.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-storageimportexport:1.0.0-beta.2