次の方法で共有


TableServicesOperationsExtensions.GetServicePropertiesAsync メソッド

定義

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

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

パラメーター

operations
ITableServicesOperations

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

resourceGroupName
String

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

accountName
String

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象