Freigeben über


OriginGroupsOperationsExtensions.GetAsync Methode

Definition

Ruft eine vorhandene Ursprungsgruppe innerhalb eines Endpunkts ab.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Cdn.Models.OriginGroup> GetAsync (this Microsoft.Azure.Management.Cdn.IOriginGroupsOperations operations, string resourceGroupName, string profileName, string endpointName, string originGroupName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Cdn.IOriginGroupsOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Cdn.Models.OriginGroup>
<Extension()>
Public Function GetAsync (operations As IOriginGroupsOperations, resourceGroupName As String, profileName As String, endpointName As String, originGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of OriginGroup)

Parameter

operations
IOriginGroupsOperations

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.

endpointName
String

Name des Endpunkts unter dem Profil, der global eindeutig ist.

originGroupName
String

Name der Ursprungsgruppe, die innerhalb des Endpunkts eindeutig ist.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: