CloudBlobContainer.ServiceClient Property

Definition

Gets the Blob service client for the container.

public Microsoft.Azure.Storage.Blob.CloudBlobClient ServiceClient { get; }
member this.ServiceClient : Microsoft.Azure.Storage.Blob.CloudBlobClient
Public ReadOnly Property ServiceClient As CloudBlobClient

Property Value

A CloudBlobClient object.

Applies to