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

93 строки
5.6 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.support.models.UploadFile"
fullName: "com.azure.resourcemanager.support.models.UploadFile"
name: "UploadFile"
nameWithType: "UploadFile"
summary: "File content associated with the file under a workspace."
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 **UploadFile**"
constructors:
- uid: "com.azure.resourcemanager.support.models.UploadFile.UploadFile()"
fullName: "com.azure.resourcemanager.support.models.UploadFile.UploadFile()"
name: "UploadFile()"
nameWithType: "UploadFile.UploadFile()"
summary: "Creates an instance of Upload<wbr>File class."
syntax: "public UploadFile()"
desc: "Creates an instance of UploadFile class."
methods:
- uid: "com.azure.resourcemanager.support.models.UploadFile.chunkIndex()"
fullName: "com.azure.resourcemanager.support.models.UploadFile.chunkIndex()"
name: "chunkIndex()"
nameWithType: "UploadFile.chunkIndex()"
summary: "Get the chunk<wbr>Index property: Index of the uploaded chunk (Index starts at 0)."
syntax: "public Integer chunkIndex()"
desc: "Get the chunkIndex property: Index of the uploaded chunk (Index starts at 0)."
returns:
description: "the chunkIndex value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.support.models.UploadFile.content()"
fullName: "com.azure.resourcemanager.support.models.UploadFile.content()"
name: "content()"
nameWithType: "UploadFile.content()"
summary: "Get the content property: File Content in base64 encoded format."
syntax: "public String content()"
desc: "Get the content property: File Content in base64 encoded format."
returns:
description: "the content value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.support.models.UploadFile.validate()"
fullName: "com.azure.resourcemanager.support.models.UploadFile.validate()"
name: "validate()"
nameWithType: "UploadFile.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.support.models.UploadFile.withChunkIndex(java.lang.Integer)"
fullName: "com.azure.resourcemanager.support.models.UploadFile.withChunkIndex(Integer chunkIndex)"
name: "withChunkIndex(Integer chunkIndex)"
nameWithType: "UploadFile.withChunkIndex(Integer chunkIndex)"
summary: "Set the chunk<wbr>Index property: Index of the uploaded chunk (Index starts at 0)."
parameters:
- description: "the chunkIndex value to set."
name: "chunkIndex"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public UploadFile withChunkIndex(Integer chunkIndex)"
desc: "Set the chunkIndex property: Index of the uploaded chunk (Index starts at 0)."
returns:
description: "the UploadFile object itself."
type: "<xref href=\"com.azure.resourcemanager.support.models.UploadFile?alt=com.azure.resourcemanager.support.models.UploadFile&text=UploadFile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.support.models.UploadFile.withContent(java.lang.String)"
fullName: "com.azure.resourcemanager.support.models.UploadFile.withContent(String content)"
name: "withContent(String content)"
nameWithType: "UploadFile.withContent(String content)"
summary: "Set the content property: File Content in base64 encoded format."
parameters:
- description: "the content value to set."
name: "content"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public UploadFile withContent(String content)"
desc: "Set the content property: File Content in base64 encoded format."
returns:
description: "the UploadFile object itself."
type: "<xref href=\"com.azure.resourcemanager.support.models.UploadFile?alt=com.azure.resourcemanager.support.models.UploadFile&text=UploadFile\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "File content associated with the file under a workspace."
metadata: {}
package: "com.azure.resourcemanager.support.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-support:1.0.0