Freigeben über


ProfilesOperationsExtensions.Update Methode

Definition

Updates ein vorhandenes CDN-Profil mit dem angegebenen Profilnamen unter dem angegebenen Abonnement und der angegebenen Ressourcengruppe.

public static Microsoft.Azure.Management.Cdn.Models.Profile Update (this Microsoft.Azure.Management.Cdn.IProfilesOperations operations, string resourceGroupName, string profileName, System.Collections.Generic.IDictionary<string,string> tags = default);
static member Update : Microsoft.Azure.Management.Cdn.IProfilesOperations * string * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Cdn.Models.Profile
<Extension()>
Public Function Update (operations As IProfilesOperations, resourceGroupName As String, profileName As String, Optional tags As IDictionary(Of String, String) = Nothing) 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.

tags
IDictionary<String,String>

Profiltags

Gibt zurück

Gilt für: