Freigeben über


ProfilesOperationsExtensions.Get(IProfilesOperations, String, String) Methode

Definition

Ruft ein CDN-Profil mit dem angegebenen Profilnamen unter dem angegebenen Abonnement und der angegebenen Ressourcengruppe ab.

public static Microsoft.Azure.Management.Cdn.Models.Profile Get (this Microsoft.Azure.Management.Cdn.IProfilesOperations operations, string resourceGroupName, string profileName);
static member Get : Microsoft.Azure.Management.Cdn.IProfilesOperations * string * string -> Microsoft.Azure.Management.Cdn.Models.Profile
<Extension()>
Public Function Get (operations As IProfilesOperations, resourceGroupName As String, profileName As String) 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.

Gibt zurück

Gilt für: