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

198 строки
11 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.storageimportexport.models.JobResponse"
fullName: "com.azure.resourcemanager.storageimportexport.models.JobResponse"
name: "JobResponse"
nameWithType: "JobResponse"
summary: "An immutable client-side representation of Job<wbr>Response."
syntax: "public interface **JobResponse**"
methods:
- uid: "com.azure.resourcemanager.storageimportexport.models.JobResponse.id()"
fullName: "com.azure.resourcemanager.storageimportexport.models.JobResponse.id()"
name: "id()"
nameWithType: "JobResponse.id()"
summary: "Gets the id property: Fully qualified resource Id for the resource."
modifiers:
- "abstract"
syntax: "public abstract String id()"
desc: "Gets the id property: Fully qualified resource Id for the resource."
returns:
description: "the id value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.storageimportexport.models.JobResponse.identity()"
fullName: "com.azure.resourcemanager.storageimportexport.models.JobResponse.identity()"
name: "identity()"
nameWithType: "JobResponse.identity()"
summary: "Gets the identity property: Specifies the job identity details."
modifiers:
- "abstract"
syntax: "public abstract IdentityDetails identity()"
desc: "Gets the identity property: Specifies the job identity details."
returns:
description: "the identity value."
type: "<xref href=\"com.azure.resourcemanager.storageimportexport.models.IdentityDetails?alt=com.azure.resourcemanager.storageimportexport.models.IdentityDetails&text=IdentityDetails\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.storageimportexport.models.JobResponse.innerModel()"
fullName: "com.azure.resourcemanager.storageimportexport.models.JobResponse.innerModel()"
name: "innerModel()"
nameWithType: "JobResponse.innerModel()"
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>storageimportexport.<wbr>fluent.<wbr>models.<wbr>Job<wbr>Response<wbr>Inner object."
modifiers:
- "abstract"
syntax: "public abstract JobResponseInner innerModel()"
desc: "Gets the inner com.azure.resourcemanager.storageimportexport.fluent.models.JobResponseInner object."
returns:
description: "the inner object."
type: "<xref href=\"com.azure.resourcemanager.storageimportexport.fluent.models.JobResponseInner?alt=com.azure.resourcemanager.storageimportexport.fluent.models.JobResponseInner&text=JobResponseInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.storageimportexport.models.JobResponse.location()"
fullName: "com.azure.resourcemanager.storageimportexport.models.JobResponse.location()"
name: "location()"
nameWithType: "JobResponse.location()"
summary: "Gets the location property: The geo-location where the resource lives."
modifiers:
- "abstract"
syntax: "public abstract String location()"
desc: "Gets the location property: The geo-location where the resource lives."
returns:
description: "the location value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.storageimportexport.models.JobResponse.name()"
fullName: "com.azure.resourcemanager.storageimportexport.models.JobResponse.name()"
name: "name()"
nameWithType: "JobResponse.name()"
summary: "Gets the name property: The name of the resource."
modifiers:
- "abstract"
syntax: "public abstract String name()"
desc: "Gets the name property: The name of the resource."
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.JobResponse.properties()"
fullName: "com.azure.resourcemanager.storageimportexport.models.JobResponse.properties()"
name: "properties()"
nameWithType: "JobResponse.properties()"
summary: "Gets the properties property: Specifies the job properties."
modifiers:
- "abstract"
syntax: "public abstract JobDetails properties()"
desc: "Gets the properties property: Specifies the job properties."
returns:
description: "the properties value."
type: "<xref href=\"com.azure.resourcemanager.storageimportexport.models.JobDetails?alt=com.azure.resourcemanager.storageimportexport.models.JobDetails&text=JobDetails\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.storageimportexport.models.JobResponse.refresh()"
fullName: "com.azure.resourcemanager.storageimportexport.models.JobResponse.refresh()"
name: "refresh()"
nameWithType: "JobResponse.refresh()"
summary: "Refreshes the resource to sync with Azure."
modifiers:
- "abstract"
syntax: "public abstract JobResponse refresh()"
desc: "Refreshes the resource to sync with Azure."
returns:
description: "the refreshed resource."
type: "<xref href=\"com.azure.resourcemanager.storageimportexport.models.JobResponse?alt=com.azure.resourcemanager.storageimportexport.models.JobResponse&text=JobResponse\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.storageimportexport.models.JobResponse.refresh(com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.storageimportexport.models.JobResponse.refresh(Context context)"
name: "refresh(Context context)"
nameWithType: "JobResponse.refresh(Context context)"
summary: "Refreshes the resource to sync with Azure."
modifiers:
- "abstract"
parameters:
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract JobResponse refresh(Context context)"
desc: "Refreshes the resource to sync with Azure."
returns:
description: "the refreshed resource."
type: "<xref href=\"com.azure.resourcemanager.storageimportexport.models.JobResponse?alt=com.azure.resourcemanager.storageimportexport.models.JobResponse&text=JobResponse\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.storageimportexport.models.JobResponse.region()"
fullName: "com.azure.resourcemanager.storageimportexport.models.JobResponse.region()"
name: "region()"
nameWithType: "JobResponse.region()"
summary: "Gets the region of the resource."
modifiers:
- "abstract"
syntax: "public abstract Region region()"
desc: "Gets the region of the resource."
returns:
description: "the region of the resource."
type: "<xref href=\"com.azure.core.management.Region?alt=com.azure.core.management.Region&text=Region\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.storageimportexport.models.JobResponse.regionName()"
fullName: "com.azure.resourcemanager.storageimportexport.models.JobResponse.regionName()"
name: "regionName()"
nameWithType: "JobResponse.regionName()"
summary: "Gets the name of the resource region."
modifiers:
- "abstract"
syntax: "public abstract String regionName()"
desc: "Gets the name of the resource region."
returns:
description: "the name of the resource region."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.storageimportexport.models.JobResponse.resourceGroupName()"
fullName: "com.azure.resourcemanager.storageimportexport.models.JobResponse.resourceGroupName()"
name: "resourceGroupName()"
nameWithType: "JobResponse.resourceGroupName()"
summary: "Gets the name of the resource group."
modifiers:
- "abstract"
syntax: "public abstract String resourceGroupName()"
desc: "Gets the name of the resource group."
returns:
description: "the name of the resource group."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.storageimportexport.models.JobResponse.systemData()"
fullName: "com.azure.resourcemanager.storageimportexport.models.JobResponse.systemData()"
name: "systemData()"
nameWithType: "JobResponse.systemData()"
summary: "Gets the system<wbr>Data property: System<wbr>Data of Import<wbr>Export Jobs."
modifiers:
- "abstract"
syntax: "public abstract SystemData systemData()"
desc: "Gets the systemData property: SystemData of ImportExport Jobs."
returns:
description: "the systemData value."
type: "<xref href=\"com.azure.core.management.SystemData?alt=com.azure.core.management.SystemData&text=SystemData\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.storageimportexport.models.JobResponse.tags()"
fullName: "com.azure.resourcemanager.storageimportexport.models.JobResponse.tags()"
name: "tags()"
nameWithType: "JobResponse.tags()"
summary: "Gets the tags property: Resource tags."
modifiers:
- "abstract"
syntax: "public abstract Map<String,String> tags()"
desc: "Gets the tags property: Resource tags."
returns:
description: "the tags value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.storageimportexport.models.JobResponse.type()"
fullName: "com.azure.resourcemanager.storageimportexport.models.JobResponse.type()"
name: "type()"
nameWithType: "JobResponse.type()"
summary: "Gets the type property: The type of the resource."
modifiers:
- "abstract"
syntax: "public abstract String type()"
desc: "Gets the type property: The type of the resource."
returns:
description: "the type value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.storageimportexport.models.JobResponse.update()"
fullName: "com.azure.resourcemanager.storageimportexport.models.JobResponse.update()"
name: "update()"
nameWithType: "JobResponse.update()"
summary: "Begins update for the Job<wbr>Response resource."
modifiers:
- "abstract"
syntax: "public abstract JobResponse.Update update()"
desc: "Begins update for the JobResponse resource."
returns:
description: "the stage of resource update."
type: "<xref href=\"com.azure.resourcemanager.storageimportexport.models.JobResponse.Update?alt=com.azure.resourcemanager.storageimportexport.models.JobResponse.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "An immutable client-side representation of JobResponse."
metadata: {}
package: "com.azure.resourcemanager.storageimportexport.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-storageimportexport:1.0.0-beta.2