ManagementGroupSubscriptionsOperationsExtensions.Create メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
既存のサブスクリプションと管理グループを関連付けます。
public static Microsoft.Azure.Management.ManagementGroups.Models.SubscriptionUnderManagementGroup Create (this Microsoft.Azure.Management.ManagementGroups.IManagementGroupSubscriptionsOperations operations, string groupId, string subscriptionId, string cacheControl = "no-cache");
static member Create : Microsoft.Azure.Management.ManagementGroups.IManagementGroupSubscriptionsOperations * string * string * string -> Microsoft.Azure.Management.ManagementGroups.Models.SubscriptionUnderManagementGroup
<Extension()>
Public Function Create (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
要求でキャッシュを利用する必要があるかどうかを示します。 既存のキャッシュをバイパスするには、ヘッダーに "キャッシュなし" 値を設定します。
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET