次の方法で共有


FileServicesOperationsExtensions クラス

定義

FileServicesOperations の拡張メソッド。

public static class FileServicesOperationsExtensions
type FileServicesOperationsExtensions = class
Public Module FileServicesOperationsExtensions
継承
FileServicesOperationsExtensions

メソッド

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

適用対象