OutputFileBlobContainerDestination Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies a file upload destination within an Azure blob storage container.
public class OutputFileBlobContainerDestination
type OutputFileBlobContainerDestination = class
Public Class OutputFileBlobContainerDestination
- Inheritance
-
OutputFileBlobContainerDestination
Constructors
OutputFileBlobContainerDestination() |
Default constructor to support mocking the OutputFileBlobContainerDestination class. |
OutputFileBlobContainerDestination(String, ComputeNodeIdentityReference, String) |
Initializes a new instance of the OutputFileBlobContainerDestination class. |
OutputFileBlobContainerDestination(String, String) |
Initializes a new instance of the OutputFileBlobContainerDestination class. |
Properties
ContainerUrl |
Gets the URL of the container within Azure Blob Storage to which to upload the file(s). |
IdentityReference |
Gets or sets the reference to the user assigned identity to use to access Azure Blob Storage specified by containerUrl |
Path |
Gets the destination blob or virtual directory within the Azure Storage container to which to upload the file(s). |
UploadHeaders |
Gets or sets a list of name-value pairs for headers to be used in uploading output files. |
Applies to
Azure SDK for .NET