### YamlMime:JavaType uid: "com.microsoft.azure.batch.protocol.models.OutputFileBlobContainerDestination" fullName: "com.microsoft.azure.batch.protocol.models.OutputFileBlobContainerDestination" name: "OutputFileBlobContainerDestination" nameWithType: "OutputFileBlobContainerDestination" summary: "Specifies a file upload destination within an Azure blob storage container." inheritances: - "" inheritedClassMethods: - classRef: "java.lang.Object" methodsRef: - "clone" - "equals" - "finalize" - "getClass" - "hashCode" - "notify" - "notifyAll" - "toString" - "wait" - "wait" - "wait" syntax: "public class **OutputFileBlobContainerDestination**" constructors: - uid: "com.microsoft.azure.batch.protocol.models.OutputFileBlobContainerDestination.OutputFileBlobContainerDestination()" fullName: "com.microsoft.azure.batch.protocol.models.OutputFileBlobContainerDestination.OutputFileBlobContainerDestination()" name: "OutputFileBlobContainerDestination()" nameWithType: "OutputFileBlobContainerDestination.OutputFileBlobContainerDestination()" syntax: "public OutputFileBlobContainerDestination()" methods: - uid: "com.microsoft.azure.batch.protocol.models.OutputFileBlobContainerDestination.containerUrl()" fullName: "com.microsoft.azure.batch.protocol.models.OutputFileBlobContainerDestination.containerUrl()" name: "containerUrl()" nameWithType: "OutputFileBlobContainerDestination.containerUrl()" summary: "Get if not using a managed identity, the URL must include a Shared Access Signature (SAS) granting write permissions to the container." syntax: "public String containerUrl()" desc: "Get if not using a managed identity, the URL must include a Shared Access Signature (SAS) granting write permissions to the container." returns: description: "the containerUrl value" type: "String" - uid: "com.microsoft.azure.batch.protocol.models.OutputFileBlobContainerDestination.identityReference()" fullName: "com.microsoft.azure.batch.protocol.models.OutputFileBlobContainerDestination.identityReference()" name: "identityReference()" nameWithType: "OutputFileBlobContainerDestination.identityReference()" summary: "Get the identity must have write access to the Azure Blob Storage container." syntax: "public ComputeNodeIdentityReference identityReference()" desc: "Get the identity must have write access to the Azure Blob Storage container." returns: description: "the identityReference value" type: "" - uid: "com.microsoft.azure.batch.protocol.models.OutputFileBlobContainerDestination.path()" fullName: "com.microsoft.azure.batch.protocol.models.OutputFileBlobContainerDestination.path()" name: "path()" nameWithType: "OutputFileBlobContainerDestination.path()" summary: "Get if filePattern refers to a specific file (i.e." syntax: "public String path()" desc: "Get if filePattern refers to a specific file (i.e. contains no wildcards), then path is the name of the blob to which to upload that file. If filePattern contains one or more wildcards (and therefore may match multiple files), then path is the name of the blob virtual directory (which is prepended to each blob name) to which to upload the file(s). If omitted, file(s) are uploaded to the root of the container with a blob name matching their file name." returns: description: "the path value" type: "String" - uid: "com.microsoft.azure.batch.protocol.models.OutputFileBlobContainerDestination.uploadHeaders()" fullName: "com.microsoft.azure.batch.protocol.models.OutputFileBlobContainerDestination.uploadHeaders()" name: "uploadHeaders()" nameWithType: "OutputFileBlobContainerDestination.uploadHeaders()" summary: "Get these headers will be specified when uploading files to Azure Storage." syntax: "public List uploadHeaders()" desc: "Get these headers will be specified when uploading files to Azure Storage. Official document on allowed headers when uploading blobs: https://docs.microsoft.com/rest/api/storageservices/put-blob\\#request-headers-all-blob-types." returns: description: "the uploadHeaders value" type: "List<>" - uid: "com.microsoft.azure.batch.protocol.models.OutputFileBlobContainerDestination.withContainerUrl(java.lang.String)" fullName: "com.microsoft.azure.batch.protocol.models.OutputFileBlobContainerDestination.withContainerUrl(String containerUrl)" name: "withContainerUrl(String containerUrl)" nameWithType: "OutputFileBlobContainerDestination.withContainerUrl(String containerUrl)" summary: "Set if not using a managed identity, the URL must include a Shared Access Signature (SAS) granting write permissions to the container." parameters: - description: "the containerUrl value to set" name: "containerUrl" type: "String" syntax: "public OutputFileBlobContainerDestination withContainerUrl(String containerUrl)" desc: "Set if not using a managed identity, the URL must include a Shared Access Signature (SAS) granting write permissions to the container." returns: description: "the OutputFileBlobContainerDestination object itself." type: "" - uid: "com.microsoft.azure.batch.protocol.models.OutputFileBlobContainerDestination.withIdentityReference(com.microsoft.azure.batch.protocol.models.ComputeNodeIdentityReference)" fullName: "com.microsoft.azure.batch.protocol.models.OutputFileBlobContainerDestination.withIdentityReference(ComputeNodeIdentityReference identityReference)" name: "withIdentityReference(ComputeNodeIdentityReference identityReference)" nameWithType: "OutputFileBlobContainerDestination.withIdentityReference(ComputeNodeIdentityReference identityReference)" summary: "Set the identity must have write access to the Azure Blob Storage container." parameters: - description: "the identityReference value to set" name: "identityReference" type: "" syntax: "public OutputFileBlobContainerDestination withIdentityReference(ComputeNodeIdentityReference identityReference)" desc: "Set the identity must have write access to the Azure Blob Storage container." returns: description: "the OutputFileBlobContainerDestination object itself." type: "" - uid: "com.microsoft.azure.batch.protocol.models.OutputFileBlobContainerDestination.withPath(java.lang.String)" fullName: "com.microsoft.azure.batch.protocol.models.OutputFileBlobContainerDestination.withPath(String path)" name: "withPath(String path)" nameWithType: "OutputFileBlobContainerDestination.withPath(String path)" summary: "Set if filePattern refers to a specific file (i.e." parameters: - description: "the path value to set" name: "path" type: "String" syntax: "public OutputFileBlobContainerDestination withPath(String path)" desc: "Set if filePattern refers to a specific file (i.e. contains no wildcards), then path is the name of the blob to which to upload that file. If filePattern contains one or more wildcards (and therefore may match multiple files), then path is the name of the blob virtual directory (which is prepended to each blob name) to which to upload the file(s). If omitted, file(s) are uploaded to the root of the container with a blob name matching their file name." returns: description: "the OutputFileBlobContainerDestination object itself." type: "" - uid: "com.microsoft.azure.batch.protocol.models.OutputFileBlobContainerDestination.withUploadHeaders(java.util.List)" fullName: "com.microsoft.azure.batch.protocol.models.OutputFileBlobContainerDestination.withUploadHeaders(List uploadHeaders)" name: "withUploadHeaders(List uploadHeaders)" nameWithType: "OutputFileBlobContainerDestination.withUploadHeaders(List uploadHeaders)" summary: "Set these headers will be specified when uploading files to Azure Storage." parameters: - description: "the uploadHeaders value to set" name: "uploadHeaders" type: "List<>" syntax: "public OutputFileBlobContainerDestination withUploadHeaders(List uploadHeaders)" desc: "Set these headers will be specified when uploading files to Azure Storage. Official document on allowed headers when uploading blobs: https://docs.microsoft.com/rest/api/storageservices/put-blob\\#request-headers-all-blob-types." returns: description: "the OutputFileBlobContainerDestination object itself." type: "" type: "class" desc: "Specifies a file upload destination within an Azure blob storage container." metadata: {} package: "com.microsoft.azure.batch.protocol.models" artifact: com.microsoft.azure:azure-batch:11.2.0