ManagementGroupSubscriptionsOperationsExtensions.GetSubscriptionAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft Details zu einem bestimmten Abonnement ab, das der Verwaltungsgruppe zugeordnet ist.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ManagementGroups.Models.SubscriptionUnderManagementGroup> GetSubscriptionAsync (this Microsoft.Azure.Management.ManagementGroups.IManagementGroupSubscriptionsOperations operations, string groupId, string subscriptionId, string cacheControl = "no-cache", System.Threading.CancellationToken cancellationToken = default);
static member GetSubscriptionAsync : Microsoft.Azure.Management.ManagementGroups.IManagementGroupSubscriptionsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ManagementGroups.Models.SubscriptionUnderManagementGroup>
<Extension()>
Public Function GetSubscriptionAsync (operations As IManagementGroupSubscriptionsOperations, groupId As String, subscriptionId As String, Optional cacheControl As String = "no-cache", Optional cancellationToken As CancellationToken = Nothing) As Task(Of SubscriptionUnderManagementGroup)
Parameter
- operations
- IManagementGroupSubscriptionsOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- groupId
- String
Verwaltungsgruppen-ID.
- subscriptionId
- String
Abonnement-ID
- cacheControl
- String
Gibt an, ob die Anforderung Caches verwenden soll. Füllen Sie den Header mit dem Wert "no-cache" auf, um vorhandene Caches zu umgehen.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Gilt für:
Azure SDK for .NET