Uses of Class
com.azure.compute.batch.models.HttpHeader
Packages that use HttpHeader
-
Uses of HttpHeader in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return HttpHeaderModifier and TypeMethodDescriptionstatic HttpHeader
HttpHeader.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of HttpHeader from the JsonReader.Set the value property: The value of the header to be used while uploading output files.Methods in com.azure.compute.batch.models that return types with arguments of type HttpHeaderModifier and TypeMethodDescriptionOutputFileBlobContainerDestination.getUploadHeaders()
Get the uploadHeaders property: A list of name-value pairs for headers to be used in uploading output files.Method parameters in com.azure.compute.batch.models with type arguments of type HttpHeaderModifier and TypeMethodDescriptionOutputFileBlobContainerDestination.setUploadHeaders
(List<HttpHeader> uploadHeaders) Set the uploadHeaders property: A list of name-value pairs for headers to be used in uploading output files.