CloudFile.ServiceClient Property

Definition

Gets the CloudFileClient object that represents the File service.

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

Property Value

A CloudFileClient object that specifies the File service endpoint.

Applies to