BlobAppendReferenceWrapper Constructors

Definition

Overloads

BlobAppendReferenceWrapper(CloudAppendBlob)

Creates a new instance of BlobAppendReferenceWrapper.

BlobAppendReferenceWrapper(String, String, HttpClient)

This API supports the .NET infrastructure and is not intended to be used directly from your code.

BlobAppendReferenceWrapper(CloudAppendBlob)

Creates a new instance of BlobAppendReferenceWrapper.

public:
 BlobAppendReferenceWrapper(Microsoft::WindowsAzure::Storage::Blob::CloudAppendBlob ^ cloudAppendBlob);
public BlobAppendReferenceWrapper (Microsoft.WindowsAzure.Storage.Blob.CloudAppendBlob cloudAppendBlob);
new Microsoft.Extensions.Logging.AzureAppServices.Internal.BlobAppendReferenceWrapper : Microsoft.WindowsAzure.Storage.Blob.CloudAppendBlob -> Microsoft.Extensions.Logging.AzureAppServices.Internal.BlobAppendReferenceWrapper
Public Sub New (cloudAppendBlob As CloudAppendBlob)

Parameters

cloudAppendBlob
Microsoft.WindowsAzure.Storage.Blob.CloudAppendBlob

The Microsoft.WindowsAzure.Storage.Blob.CloudAppendBlob instance to wrap.

Remarks

This API supports the .NET infrastructure and is not intended to be used directly from your code.

Applies to

BlobAppendReferenceWrapper(String, String, HttpClient)

This API supports the .NET infrastructure and is not intended to be used directly from your code.

public:
 BlobAppendReferenceWrapper(System::String ^ containerUrl, System::String ^ name, System::Net::Http::HttpClient ^ client);
public BlobAppendReferenceWrapper (string containerUrl, string name, System.Net.Http.HttpClient client);
new Microsoft.Extensions.Logging.AzureAppServices.Internal.BlobAppendReferenceWrapper : string * string * System.Net.Http.HttpClient -> Microsoft.Extensions.Logging.AzureAppServices.Internal.BlobAppendReferenceWrapper
Public Sub New (containerUrl As String, name As String, client As HttpClient)

Parameters

containerUrl
String
name
String
client
HttpClient

Applies to