Share via


BlobServicesOperationsExtensions.GetServicePropertiesAsync メソッド

定義

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

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

パラメーター

operations
IBlobServicesOperations

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

resourceGroupName
String

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

accountName
String

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象