CloudBlobClient.BaseUri Property

Definition

Gets the base URI for the Blob service client at the primary location.

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

Property Value

Uri

A Uri object containing the base URI used to construct the Blob service client at the primary location.

Applies to