251 строка
19 KiB
YAML
251 строка
19 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.storageimportexport.models.Jobs"
|
|
fullName: "com.azure.resourcemanager.storageimportexport.models.Jobs"
|
|
name: "Jobs"
|
|
nameWithType: "Jobs"
|
|
summary: "Resource collection API of Jobs."
|
|
syntax: "public interface **Jobs**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.storageimportexport.models.Jobs.define(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.storageimportexport.models.Jobs.define(String name)"
|
|
name: "define(String name)"
|
|
nameWithType: "Jobs.define(String name)"
|
|
summary: "Begins definition for a new Job<wbr>Response resource."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "resource name."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract JobResponse.DefinitionStages.Blank define(String name)"
|
|
desc: "Begins definition for a new JobResponse resource."
|
|
returns:
|
|
description: "the first stage of the new JobResponse definition."
|
|
type: "<xref href=\"com.azure.resourcemanager.storageimportexport.models.JobResponse.DefinitionStages.Blank?alt=com.azure.resourcemanager.storageimportexport.models.JobResponse.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.storageimportexport.models.Jobs.deleteById(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.storageimportexport.models.Jobs.deleteById(String id)"
|
|
name: "deleteById(String id)"
|
|
nameWithType: "Jobs.deleteById(String id)"
|
|
summary: "Deletes an existing job."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the resource ID."
|
|
name: "id"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract void deleteById(String id)"
|
|
desc: "Deletes an existing job. Only jobs in the Creating or Completed states can be deleted."
|
|
- uid: "com.azure.resourcemanager.storageimportexport.models.Jobs.deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.storageimportexport.models.Jobs.deleteByIdWithResponse(String id, Context context)"
|
|
name: "deleteByIdWithResponse(String id, Context context)"
|
|
nameWithType: "Jobs.deleteByIdWithResponse(String id, Context context)"
|
|
summary: "Deletes an existing job."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the resource ID."
|
|
name: "id"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- 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 Response<Void> deleteByIdWithResponse(String id, Context context)"
|
|
desc: "Deletes an existing job. Only jobs in the Creating or Completed states can be deleted."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.azure.resourcemanager.storageimportexport.models.Jobs.deleteByResourceGroup(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.storageimportexport.models.Jobs.deleteByResourceGroup(String resourceGroupName, String jobName)"
|
|
name: "deleteByResourceGroup(String resourceGroupName, String jobName)"
|
|
nameWithType: "Jobs.deleteByResourceGroup(String resourceGroupName, String jobName)"
|
|
summary: "Deletes an existing job."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The resource group name uniquely identifies the resource group within the user\n subscription."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the import/export job."
|
|
name: "jobName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract void deleteByResourceGroup(String resourceGroupName, String jobName)"
|
|
desc: "Deletes an existing job. Only jobs in the Creating or Completed states can be deleted."
|
|
- uid: "com.azure.resourcemanager.storageimportexport.models.Jobs.deleteByResourceGroupWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.storageimportexport.models.Jobs.deleteByResourceGroupWithResponse(String resourceGroupName, String jobName, Context context)"
|
|
name: "deleteByResourceGroupWithResponse(String resourceGroupName, String jobName, Context context)"
|
|
nameWithType: "Jobs.deleteByResourceGroupWithResponse(String resourceGroupName, String jobName, Context context)"
|
|
summary: "Deletes an existing job."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The resource group name uniquely identifies the resource group within the user\n subscription."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the import/export job."
|
|
name: "jobName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- 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 Response<Void> deleteByResourceGroupWithResponse(String resourceGroupName, String jobName, Context context)"
|
|
desc: "Deletes an existing job. Only jobs in the Creating or Completed states can be deleted."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.azure.resourcemanager.storageimportexport.models.Jobs.getById(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.storageimportexport.models.Jobs.getById(String id)"
|
|
name: "getById(String id)"
|
|
nameWithType: "Jobs.getById(String id)"
|
|
summary: "Gets information about an existing job."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the resource ID."
|
|
name: "id"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract JobResponse getById(String id)"
|
|
desc: "Gets information about an existing job."
|
|
returns:
|
|
description: "information about an existing job along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
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.Jobs.getByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.storageimportexport.models.Jobs.getByIdWithResponse(String id, Context context)"
|
|
name: "getByIdWithResponse(String id, Context context)"
|
|
nameWithType: "Jobs.getByIdWithResponse(String id, Context context)"
|
|
summary: "Gets information about an existing job."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the resource ID."
|
|
name: "id"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- 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 Response<JobResponse> getByIdWithResponse(String id, Context context)"
|
|
desc: "Gets information about an existing job."
|
|
returns:
|
|
description: "information about an existing job along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<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.Jobs.getByResourceGroup(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.storageimportexport.models.Jobs.getByResourceGroup(String resourceGroupName, String jobName)"
|
|
name: "getByResourceGroup(String resourceGroupName, String jobName)"
|
|
nameWithType: "Jobs.getByResourceGroup(String resourceGroupName, String jobName)"
|
|
summary: "Gets information about an existing job."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The resource group name uniquely identifies the resource group within the user\n subscription."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the import/export job."
|
|
name: "jobName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract JobResponse getByResourceGroup(String resourceGroupName, String jobName)"
|
|
desc: "Gets information about an existing job."
|
|
returns:
|
|
description: "information about an existing job."
|
|
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.Jobs.getByResourceGroupWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.storageimportexport.models.Jobs.getByResourceGroupWithResponse(String resourceGroupName, String jobName, Context context)"
|
|
name: "getByResourceGroupWithResponse(String resourceGroupName, String jobName, Context context)"
|
|
nameWithType: "Jobs.getByResourceGroupWithResponse(String resourceGroupName, String jobName, Context context)"
|
|
summary: "Gets information about an existing job."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The resource group name uniquely identifies the resource group within the user\n subscription."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the import/export job."
|
|
name: "jobName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- 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 Response<JobResponse> getByResourceGroupWithResponse(String resourceGroupName, String jobName, Context context)"
|
|
desc: "Gets information about an existing job."
|
|
returns:
|
|
description: "information about an existing job along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<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.Jobs.list()"
|
|
fullName: "com.azure.resourcemanager.storageimportexport.models.Jobs.list()"
|
|
name: "list()"
|
|
nameWithType: "Jobs.list()"
|
|
summary: "Returns all active and completed jobs in a subscription."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract PagedIterable<JobResponse> list()"
|
|
desc: "Returns all active and completed jobs in a subscription."
|
|
returns:
|
|
description: "list jobs response as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<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.Jobs.list(java.lang.Long,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.storageimportexport.models.Jobs.list(Long top, String filter, Context context)"
|
|
name: "list(Long top, String filter, Context context)"
|
|
nameWithType: "Jobs.list(Long top, String filter, Context context)"
|
|
summary: "Returns all active and completed jobs in a subscription."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "An integer value that specifies how many jobs at most should be returned. The value cannot exceed 100."
|
|
name: "top"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
|
- description: "Can be used to restrict the results to certain conditions."
|
|
name: "filter"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- 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 PagedIterable<JobResponse> list(Long top, String filter, Context context)"
|
|
desc: "Returns all active and completed jobs in a subscription."
|
|
returns:
|
|
description: "list jobs response as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<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.Jobs.listByResourceGroup(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.storageimportexport.models.Jobs.listByResourceGroup(String resourceGroupName)"
|
|
name: "listByResourceGroup(String resourceGroupName)"
|
|
nameWithType: "Jobs.listByResourceGroup(String resourceGroupName)"
|
|
summary: "Returns all active and completed jobs in a resource group."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The resource group name uniquely identifies the resource group within the user\n subscription."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PagedIterable<JobResponse> listByResourceGroup(String resourceGroupName)"
|
|
desc: "Returns all active and completed jobs in a resource group."
|
|
returns:
|
|
description: "list jobs response as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<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.Jobs.listByResourceGroup(java.lang.String,java.lang.Long,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.storageimportexport.models.Jobs.listByResourceGroup(String resourceGroupName, Long top, String filter, Context context)"
|
|
name: "listByResourceGroup(String resourceGroupName, Long top, String filter, Context context)"
|
|
nameWithType: "Jobs.listByResourceGroup(String resourceGroupName, Long top, String filter, Context context)"
|
|
summary: "Returns all active and completed jobs in a resource group."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The resource group name uniquely identifies the resource group within the user\n subscription."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "An integer value that specifies how many jobs at most should be returned. The value cannot exceed 100."
|
|
name: "top"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
|
- description: "Can be used to restrict the results to certain conditions."
|
|
name: "filter"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- 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 PagedIterable<JobResponse> listByResourceGroup(String resourceGroupName, Long top, String filter, Context context)"
|
|
desc: "Returns all active and completed jobs in a resource group."
|
|
returns:
|
|
description: "list jobs response as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.storageimportexport.models.JobResponse?alt=com.azure.resourcemanager.storageimportexport.models.JobResponse&text=JobResponse\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
desc: "Resource collection API of Jobs."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.storageimportexport.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-storageimportexport:1.0.0-beta.3
|