ProfilesOperationsExtensions.BeginCreate Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Erstellt ein neues CDN-Profil mit einem Profilnamen unter dem angegebenen Abonnement und der angegebenen Ressourcengruppe.
public static Microsoft.Azure.Management.Cdn.Models.Profile BeginCreate (this Microsoft.Azure.Management.Cdn.IProfilesOperations operations, string resourceGroupName, string profileName, Microsoft.Azure.Management.Cdn.Models.Profile profile);
static member BeginCreate : Microsoft.Azure.Management.Cdn.IProfilesOperations * string * string * Microsoft.Azure.Management.Cdn.Models.Profile -> Microsoft.Azure.Management.Cdn.Models.Profile
<Extension()>
Public Function BeginCreate (operations As IProfilesOperations, resourceGroupName As String, profileName As String, profile As Profile) As Profile
Parameter
- operations
- IProfilesOperations
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.
- profile
- Profile
Profileigenschaften, die zum Erstellen eines neuen Profils erforderlich sind.
Gibt zurück
Gilt für:
Azure SDK for .NET