次の方法で共有


EncryptionScopesOperationsExtensions.GetAsync メソッド

定義

指定した暗号化スコープのプロパティを返します。

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

パラメーター

operations
IEncryptionScopesOperations

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

resourceGroupName
String

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

accountName
String

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

encryptionScopeName
String

指定したストレージ アカウント内の暗号化スコープの名前。 暗号化スコープ名の長さは 3 ~ 63 文字にする必要があり、数字、小文字、ダッシュ (-) のみを使用します。 すべてのダッシュ (-) 文字は、その直前および直後に文字または数字が使用されている必要があります。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象