次の方法で共有


ManagementPoliciesOperationsExtensions.Get メソッド

定義

指定したストレージ アカウントに関連付けられている managementpolicy を取得します。

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

パラメーター

operations
IManagementPoliciesOperations

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

resourceGroupName
String

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

accountName
String

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

戻り値

適用対象