你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

OutputFileBlobContainerDestination Class

Definition

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