Freigeben über


OriginGroupsOperationsExtensions.BeginCreateAsync Methode

Definition

Erstellt eine neue Ursprungsgruppe innerhalb des angegebenen Endpunkts.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Cdn.Models.OriginGroup> BeginCreateAsync (this Microsoft.Azure.Management.Cdn.IOriginGroupsOperations operations, string resourceGroupName, string profileName, string endpointName, string originGroupName, Microsoft.Azure.Management.Cdn.Models.OriginGroup originGroup, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateAsync : Microsoft.Azure.Management.Cdn.IOriginGroupsOperations * string * string * string * string * Microsoft.Azure.Management.Cdn.Models.OriginGroup * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Cdn.Models.OriginGroup>
<Extension()>
Public Function BeginCreateAsync (operations As IOriginGroupsOperations, resourceGroupName As String, profileName As String, endpointName As String, originGroupName As String, originGroup As OriginGroup, 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.

originGroup
OriginGroup

Eigenschaften der Ursprungsgruppe

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: