Freigeben über


WebAppsOperationsExtensions.GetPremierAddOnSlot Methode

Definition

Ruft ein benanntes Add-On einer App ab.

public static Microsoft.Azure.Management.WebSites.Models.PremierAddOn GetPremierAddOnSlot (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, string premierAddOnName, string slot);
static member GetPremierAddOnSlot : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * string * string -> Microsoft.Azure.Management.WebSites.Models.PremierAddOn
<Extension()>
Public Function GetPremierAddOnSlot (operations As IWebAppsOperations, resourceGroupName As String, name As String, premierAddOnName As String, slot As String) As PremierAddOn

Parameter

operations
IWebAppsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name der Ressourcengruppe, zu der die Ressource gehört.

name
String

Name der App

premierAddOnName
String

Add-On-Name.

slot
String

Name des Bereitstellungsslots. Wenn kein Slot angegeben ist, ruft die API das benannte Add-On für den Produktionsslot ab.

Gibt zurück

Hinweise

Beschreibung für Ruft ein benanntes Add-On einer App ab.

Gilt für: