Freigeben über


WebAppsOperationsExtensions.GetSiteExtensionAsync Methode

Definition

Abrufen von Websiteerweiterungsinformationen anhand der ID für eine Website oder eines Bereitstellungsslots.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.SiteExtensionInfo> GetSiteExtensionAsync (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, string siteExtensionId, System.Threading.CancellationToken cancellationToken = default);
static member GetSiteExtensionAsync : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.SiteExtensionInfo>
<Extension()>
Public Function GetSiteExtensionAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, siteExtensionId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SiteExtensionInfo)

Parameter

operations
IWebAppsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

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

name
String

Websitename.

siteExtensionId
String

Name der Websiteerweiterung.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Beschreibung für Abrufen von Websiteerweiterungsinformationen nach ihrer ID für eine Website oder einem Bereitstellungsslot.

Gilt für: