次の方法で共有


AliasOperationsExtensions.Get(IAliasOperations, String) メソッド

定義

エイリアス サブスクリプションを取得します。

public static Microsoft.Azure.Management.Subscription.Models.SubscriptionAliasResponse Get (this Microsoft.Azure.Management.Subscription.IAliasOperations operations, string aliasName);
static member Get : Microsoft.Azure.Management.Subscription.IAliasOperations * string -> Microsoft.Azure.Management.Subscription.Models.SubscriptionAliasResponse
<Extension()>
Public Function Get (operations As IAliasOperations, aliasName As String) As SubscriptionAliasResponse

パラメーター

operations
IAliasOperations

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

aliasName
String

AliasName は、サブスクリプション作成要求の名前です。 これはサブスクリプション名と同じではなく、サブスクリプションの作成要求を超える他のライフサイクルの必要はありません。

戻り値

適用対象