BlobServicesOperationsExtensions クラス

定義

BlobServicesOperations の拡張メソッド。

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

メソッド

GetServiceProperties(IBlobServicesOperations, String, String)

Storage Analyticsおよび CORS (クロスオリジン リソース共有) ルールのプロパティを含む、ストレージ アカウントの BLOB サービスのプロパティを取得します。

GetServicePropertiesAsync(IBlobServicesOperations, String, String, CancellationToken)

Storage Analyticsおよび CORS (クロスオリジン リソース共有) ルールのプロパティを含む、ストレージ アカウントの BLOB サービスのプロパティを取得します。

List(IBlobServicesOperations, String, String)

ストレージ アカウントの BLOB サービスを一覧表示します。 default という名前の 1 つのオブジェクトのコレクションを返します。

ListAsync(IBlobServicesOperations, String, String, CancellationToken)

ストレージ アカウントの BLOB サービスを一覧表示します。 default という名前の 1 つのオブジェクトのコレクションを返します。

SetServiceProperties(IBlobServicesOperations, String, String, BlobServiceProperties)

Storage Analyticsおよび CORS (クロスオリジン リソース共有) ルールのプロパティを含む、ストレージ アカウントの BLOB サービスのプロパティを設定します。

SetServicePropertiesAsync(IBlobServicesOperations, String, String, BlobServiceProperties, CancellationToken)

Storage Analyticsおよび CORS (クロスオリジン リソース共有) ルールのプロパティを含む、ストレージ アカウントの BLOB サービスのプロパティを設定します。

適用対象