ManagementGroupSubscriptionsOperationsExtensions.GetSubscription 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.
Retrieves details about given subscription which is associated with the management group.
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
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.