Freigeben über


AFDEndpointsOperationsExtensions.Create Methode

Definition

Erstellt einen neuen AzureFrontDoor-Endpunkt mit dem angegebenen Endpunktnamen unter dem angegebenen Abonnement, der angegebenen Ressourcengruppe und dem angegebenen Profil.

public static Microsoft.Azure.Management.Cdn.Models.AFDEndpoint Create (this Microsoft.Azure.Management.Cdn.IAFDEndpointsOperations operations, string resourceGroupName, string profileName, string endpointName, Microsoft.Azure.Management.Cdn.Models.AFDEndpoint endpoint);
static member Create : Microsoft.Azure.Management.Cdn.IAFDEndpointsOperations * string * string * string * Microsoft.Azure.Management.Cdn.Models.AFDEndpoint -> Microsoft.Azure.Management.Cdn.Models.AFDEndpoint
<Extension()>
Public Function Create (operations As IAFDEndpointsOperations, resourceGroupName As String, profileName As String, endpointName As String, endpoint As AFDEndpoint) As AFDEndpoint

Parameter

operations
IAFDEndpointsOperations

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.

endpoint
AFDEndpoint

Endpunkteigenschaften

Gibt zurück

Gilt für: