Freigeben über


FrontDoorOriginGroupResource.GetFrontDoorOriginAsync Methode

Definition

Ruft einen vorhandenen Ursprung innerhalb einer Ursprungsgruppe ab.

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

Parameter

originName
String

Name des Ursprungs, der innerhalb des Profils eindeutig ist.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

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

originName ist NULL.

Gilt für: