AFDOriginGroupsOperationsExtensions.GetAsync 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 eine vorhandene Ursprungsgruppe innerhalb eines Profils ab.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Cdn.Models.AFDOriginGroup> GetAsync (this Microsoft.Azure.Management.Cdn.IAFDOriginGroupsOperations operations, string resourceGroupName, string profileName, string originGroupName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Cdn.IAFDOriginGroupsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Cdn.Models.AFDOriginGroup>
<Extension()>
Public Function GetAsync (operations As IAFDOriginGroupsOperations, resourceGroupName As String, profileName As String, originGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AFDOriginGroup)
Parameter
- operations
- IAFDOriginGroupsOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Name der Ressourcengruppe innerhalb des Azure-Abonnements.
- profileName
- String
Name des CDN-Profils, das innerhalb der Ressourcengruppe eindeutig ist.
- originGroupName
- String
Name der Ursprungsgruppe, die innerhalb des Endpunkts eindeutig ist.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Gilt für:
Azure SDK for .NET