### 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:
- ""
inheritedClassMethods:
- classRef: "java.lang.Object"
methodsRef:
- "clone"
- "equals"
- "finalize"
- "getClass"
- "hashCode"
- "notify"
- "notifyAll"
- "toString"
- "wait"
- "wait"
- "wait"
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 OperationInner 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: "String"
- 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: "String"
- 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: "String"
- 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: "String"
- 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: "String"
- 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: "String"
syntax: "public OperationInner withDescription(String description)"
desc: "Set the description property: Short description of the operation."
returns:
description: "the OperationInner object itself."
type: ""
- 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: "String"
syntax: "public OperationInner withName(String name)"
desc: "Set the name property: Name of the operation."
returns:
description: "the OperationInner object itself."
type: ""
- 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: "String"
syntax: "public OperationInner withOperation(String operation)"
desc: "Set the operation property: The display name of the operation."
returns:
description: "the OperationInner object itself."
type: ""
- 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: "String"
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: ""
- 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: "String"
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: ""
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