Uses of Class
com.azure.compute.batch.models.OutputFileBlobContainerDestination
Packages that use OutputFileBlobContainerDestination
-
Uses of OutputFileBlobContainerDestination in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return OutputFileBlobContainerDestinationModifier and TypeMethodDescriptionOutputFileBlobContainerDestination.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of OutputFileBlobContainerDestination from the JsonReader.OutputFileDestination.getContainer()
Get the container property: A location in Azure blob storage to which files are uploaded.OutputFileBlobContainerDestination.setIdentityReference
(BatchNodeIdentityReference identityReference) Set the identityReference property: The reference to the user assigned identity to use to access Azure Blob Storage specified by containerUrl.Set the path property: The destination blob or virtual directory within the Azure Storage container.OutputFileBlobContainerDestination.setUploadHeaders
(List<HttpHeader> uploadHeaders) Set the uploadHeaders property: A list of name-value pairs for headers to be used in uploading output files.Methods in com.azure.compute.batch.models with parameters of type OutputFileBlobContainerDestinationModifier and TypeMethodDescriptionOutputFileDestination.setContainer
(OutputFileBlobContainerDestination container) Set the container property: A location in Azure blob storage to which files are uploaded.