CloudFile.ServiceClient プロパティ

定義

ファイル サービスを表す CloudFileClient オブジェクトを取得します。

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

プロパティ値

ファイル サービスのエンドポイントを指定する CloudFileClient オブジェクトです。

適用対象