IFileServicesOperations インターフェイス

定義

FileServicesOperations 操作。

public interface IFileServicesOperations
type IFileServicesOperations = interface
Public Interface IFileServicesOperations

メソッド

GetServicePropertiesWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

CORS (クロスオリジン リソース共有) ルールを含む、ストレージ アカウント内のファイル サービスのプロパティを取得します。

ListWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

ストレージ アカウント内のすべてのファイル サービスを一覧表示する

SetServicePropertiesWithHttpMessagesAsync(String, String, FileServiceProperties, Dictionary<String,List<String>>, CancellationToken)

CORS (クロスオリジン リソース共有) ルールを含む、ストレージ アカウント内のファイル サービスのプロパティを設定します。

拡張メソッド

GetServiceProperties(IFileServicesOperations, String, String)

CORS (クロスオリジン リソース共有) ルールを含む、ストレージ アカウント内のファイル サービスのプロパティを取得します。

GetServicePropertiesAsync(IFileServicesOperations, String, String, CancellationToken)

CORS (クロスオリジン リソース共有) ルールを含む、ストレージ アカウント内のファイル サービスのプロパティを取得します。

List(IFileServicesOperations, String, String)

ストレージ アカウント内のすべてのファイル サービスを一覧表示する

ListAsync(IFileServicesOperations, String, String, CancellationToken)

ストレージ アカウント内のすべてのファイル サービスを一覧表示する

SetServiceProperties(IFileServicesOperations, String, String, FileServiceProperties)

CORS (クロスオリジン リソース共有) ルールを含む、ストレージ アカウント内のファイル サービスのプロパティを設定します。

SetServicePropertiesAsync(IFileServicesOperations, String, String, FileServiceProperties, CancellationToken)

CORS (クロスオリジン リソース共有) ルールを含む、ストレージ アカウント内のファイル サービスのプロパティを設定します。

適用対象