StaticSitesOperationsExtensions.BeginCreateZipDeploymentForStaticSiteBuildAsync 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.
Stellt gezippten Inhalt in einer bestimmten Umgebung einer statischen Website bereit.
public static System.Threading.Tasks.Task BeginCreateZipDeploymentForStaticSiteBuildAsync (this Microsoft.Azure.Management.WebSites.IStaticSitesOperations operations, string resourceGroupName, string name, string environmentName, Microsoft.Azure.Management.WebSites.Models.StaticSiteZipDeploymentARMResource staticSiteZipDeploymentEnvelope, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateZipDeploymentForStaticSiteBuildAsync : Microsoft.Azure.Management.WebSites.IStaticSitesOperations * string * string * string * Microsoft.Azure.Management.WebSites.Models.StaticSiteZipDeploymentARMResource * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function BeginCreateZipDeploymentForStaticSiteBuildAsync (operations As IStaticSitesOperations, resourceGroupName As String, name As String, environmentName As String, staticSiteZipDeploymentEnvelope As StaticSiteZipDeploymentARMResource, Optional cancellationToken As CancellationToken = Nothing) As Task
Parameter
- operations
- IStaticSitesOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Name der Ressourcengruppe, zu der die Ressource gehört.
- name
- String
Name der statischen Website.
- environmentName
- String
Der Name der Umgebung.
- staticSiteZipDeploymentEnvelope
- StaticSiteZipDeploymentARMResource
Eine JSON-Darstellung der StaticSiteZipDeployment-Eigenschaften. Weitere Informationen sind im Beispiel enthalten.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Hinweise
Beschreibung für Bereitgestellte gezippten Inhalt in einer bestimmten Umgebung einer statischen Website.
Gilt für:
Azure SDK for .NET