ManagementGroupSubscriptionsOperationsExtensions.Create Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Associates existing subscription with the management group.
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
Parameters
- operations
- IManagementGroupSubscriptionsOperations
The operations group for this extension method.
- groupId
- String
Management Group ID.
- subscriptionId
- String
Subscription ID.
- cacheControl
- String
Indicates whether the request should utilize any caches. Populate the header with 'no-cache' value to bypass existing caches.