次の方法で共有


ManagementGroupSubscriptionsOperationsExtensions.GetSubscription メソッド

定義

管理グループに関連付けられている特定のサブスクリプションに関する詳細を取得します。

public static Microsoft.Azure.Management.ManagementGroups.Models.SubscriptionUnderManagementGroup GetSubscription (this Microsoft.Azure.Management.ManagementGroups.IManagementGroupSubscriptionsOperations operations, string groupId, string subscriptionId, string cacheControl = "no-cache");
static member GetSubscription : Microsoft.Azure.Management.ManagementGroups.IManagementGroupSubscriptionsOperations * string * string * string -> Microsoft.Azure.Management.ManagementGroups.Models.SubscriptionUnderManagementGroup
<Extension()>
Public Function GetSubscription (operations As IManagementGroupSubscriptionsOperations, groupId As String, subscriptionId As String, Optional cacheControl As String = "no-cache") As SubscriptionUnderManagementGroup

パラメーター

operations
IManagementGroupSubscriptionsOperations

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

groupId
String

管理グループ ID。

subscriptionId
String

[サブスクリプション ID] が表示されます。

cacheControl
String

要求でキャッシュを利用する必要があるかどうかを示します。 既存のキャッシュをバイパスするには、ヘッダーに "キャッシュなし" 値を設定します。

戻り値

適用対象