次の方法で共有


BlobServicesOperationsExtensions.SetServicePropertiesAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Storage.Fluent.Models.BlobServicePropertiesInner> SetServicePropertiesAsync (this Microsoft.Azure.Management.Storage.Fluent.IBlobServicesOperations operations, string resourceGroupName, string accountName, Microsoft.Azure.Management.Storage.Fluent.Models.BlobServicePropertiesInner parameters, System.Threading.CancellationToken cancellationToken = default);
static member SetServicePropertiesAsync : Microsoft.Azure.Management.Storage.Fluent.IBlobServicesOperations * string * string * Microsoft.Azure.Management.Storage.Fluent.Models.BlobServicePropertiesInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Storage.Fluent.Models.BlobServicePropertiesInner>
<Extension()>
Public Function SetServicePropertiesAsync (operations As IBlobServicesOperations, resourceGroupName As String, accountName As String, parameters As BlobServicePropertiesInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of BlobServicePropertiesInner)

パラメーター

operations
IBlobServicesOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

ユーザーのサブスクリプション内のリソース グループの名前。 名前の大文字と小文字は区別されます。

accountName
String

指定したリソース グループ内のストレージ アカウントの名前。 ストレージ アカウント名の長さは 3 ~ 24 文字で、数字と小文字のみを使用する必要があります。

parameters
BlobServicePropertiesInner

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象