CloudStorageAccount.BlobEndpoint Property

Definition

Gets the primary endpoint for the Blob service, as configured for the storage account.

public Uri BlobEndpoint { get; }
member this.BlobEndpoint : Uri
Public ReadOnly Property BlobEndpoint As Uri

Property Value

Uri

A Uri containing the primary Blob service endpoint.

Applies to