次の方法で共有


TableServicesOperationsExtensions.GetServiceProperties メソッド

定義

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

public static Microsoft.Azure.Management.Storage.Models.TableServiceProperties GetServiceProperties (this Microsoft.Azure.Management.Storage.ITableServicesOperations operations, string resourceGroupName, string accountName);
static member GetServiceProperties : Microsoft.Azure.Management.Storage.ITableServicesOperations * string * string -> Microsoft.Azure.Management.Storage.Models.TableServiceProperties
<Extension()>
Public Function GetServiceProperties (operations As ITableServicesOperations, resourceGroupName As String, accountName As String) As TableServiceProperties

パラメーター

operations
ITableServicesOperations

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

resourceGroupName
String

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

accountName
String

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

戻り値

適用対象