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

117 строки
7.9 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.storageimportexport.models.PutJobParameters"
fullName: "com.azure.resourcemanager.storageimportexport.models.PutJobParameters"
name: "PutJobParameters"
nameWithType: "PutJobParameters"
summary: "Put Job parameters."
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 **PutJobParameters**"
constructors:
- uid: "com.azure.resourcemanager.storageimportexport.models.PutJobParameters.PutJobParameters()"
fullName: "com.azure.resourcemanager.storageimportexport.models.PutJobParameters.PutJobParameters()"
name: "PutJobParameters()"
nameWithType: "PutJobParameters.PutJobParameters()"
summary: "Creates an instance of Put<wbr>Job<wbr>Parameters class."
syntax: "public PutJobParameters()"
desc: "Creates an instance of PutJobParameters class."
methods:
- uid: "com.azure.resourcemanager.storageimportexport.models.PutJobParameters.location()"
fullName: "com.azure.resourcemanager.storageimportexport.models.PutJobParameters.location()"
name: "location()"
nameWithType: "PutJobParameters.location()"
summary: "Get the location property: Specifies the supported Azure location where the job should be created."
syntax: "public String location()"
desc: "Get the location property: Specifies the supported Azure location where the job should be created."
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.PutJobParameters.properties()"
fullName: "com.azure.resourcemanager.storageimportexport.models.PutJobParameters.properties()"
name: "properties()"
nameWithType: "PutJobParameters.properties()"
summary: "Get the properties property: Specifies the job properties."
syntax: "public JobDetails properties()"
desc: "Get 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.PutJobParameters.tags()"
fullName: "com.azure.resourcemanager.storageimportexport.models.PutJobParameters.tags()"
name: "tags()"
nameWithType: "PutJobParameters.tags()"
summary: "Get the tags property: Specifies the tags that will be assigned to the job."
syntax: "public Object tags()"
desc: "Get the tags property: Specifies the tags that will be assigned to the job."
returns:
description: "the tags value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
- uid: "com.azure.resourcemanager.storageimportexport.models.PutJobParameters.validate()"
fullName: "com.azure.resourcemanager.storageimportexport.models.PutJobParameters.validate()"
name: "validate()"
nameWithType: "PutJobParameters.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.storageimportexport.models.PutJobParameters.withLocation(java.lang.String)"
fullName: "com.azure.resourcemanager.storageimportexport.models.PutJobParameters.withLocation(String location)"
name: "withLocation(String location)"
nameWithType: "PutJobParameters.withLocation(String location)"
summary: "Set the location property: Specifies the supported Azure location where the job should be created."
parameters:
- description: "the location value to set."
name: "location"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public PutJobParameters withLocation(String location)"
desc: "Set the location property: Specifies the supported Azure location where the job should be created."
returns:
description: "the PutJobParameters object itself."
type: "<xref href=\"com.azure.resourcemanager.storageimportexport.models.PutJobParameters?alt=com.azure.resourcemanager.storageimportexport.models.PutJobParameters&text=PutJobParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.storageimportexport.models.PutJobParameters.withProperties(com.azure.resourcemanager.storageimportexport.models.JobDetails)"
fullName: "com.azure.resourcemanager.storageimportexport.models.PutJobParameters.withProperties(JobDetails properties)"
name: "withProperties(JobDetails properties)"
nameWithType: "PutJobParameters.withProperties(JobDetails properties)"
summary: "Set the properties property: Specifies the job properties."
parameters:
- description: "the properties value to set."
name: "properties"
type: "<xref href=\"com.azure.resourcemanager.storageimportexport.models.JobDetails?alt=com.azure.resourcemanager.storageimportexport.models.JobDetails&text=JobDetails\" data-throw-if-not-resolved=\"False\" />"
syntax: "public PutJobParameters withProperties(JobDetails properties)"
desc: "Set the properties property: Specifies the job properties."
returns:
description: "the PutJobParameters object itself."
type: "<xref href=\"com.azure.resourcemanager.storageimportexport.models.PutJobParameters?alt=com.azure.resourcemanager.storageimportexport.models.PutJobParameters&text=PutJobParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.storageimportexport.models.PutJobParameters.withTags(java.lang.Object)"
fullName: "com.azure.resourcemanager.storageimportexport.models.PutJobParameters.withTags(Object tags)"
name: "withTags(Object tags)"
nameWithType: "PutJobParameters.withTags(Object tags)"
summary: "Set the tags property: Specifies the tags that will be assigned to the job."
parameters:
- description: "the tags value to set."
name: "tags"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
syntax: "public PutJobParameters withTags(Object tags)"
desc: "Set the tags property: Specifies the tags that will be assigned to the job."
returns:
description: "the PutJobParameters object itself."
type: "<xref href=\"com.azure.resourcemanager.storageimportexport.models.PutJobParameters?alt=com.azure.resourcemanager.storageimportexport.models.PutJobParameters&text=PutJobParameters\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Put Job parameters."
metadata: {}
package: "com.azure.resourcemanager.storageimportexport.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-storageimportexport:1.0.0-beta.2