Freigeben über


ProfileResource.GetFrontDoorOriginGroupAsync Methode

Definition

Ruft eine vorhandene Ursprungsgruppe innerhalb eines Profils ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/originGroups/{originGroupName}
  • Vorgangs-IdFrontDoorOriginGroups_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Cdn.FrontDoorOriginGroupResource>> GetFrontDoorOriginGroupAsync (string originGroupName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetFrontDoorOriginGroupAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Cdn.FrontDoorOriginGroupResource>>
override this.GetFrontDoorOriginGroupAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Cdn.FrontDoorOriginGroupResource>>
Public Overridable Function GetFrontDoorOriginGroupAsync (originGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of FrontDoorOriginGroupResource))

Parameter

originGroupName
String

Name der Ursprungsgruppe, die innerhalb des Endpunkts eindeutig ist.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

originGroupName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

originGroupName ist NULL.

Gilt für: