Freigeben über


StaticSiteResource.CreateZipDeploymentForStaticSite Methode

Definition

Beschreibung für Gezippten Inhalt auf einer statischen Website bereitgestellt.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/staticSites/{name}/zipdeploy
  • Vorgangs-IdStaticSites_CreateZipDeploymentForStaticSite
public virtual Azure.ResourceManager.ArmOperation CreateZipDeploymentForStaticSite (Azure.WaitUntil waitUntil, Azure.ResourceManager.AppService.Models.StaticSiteZipDeployment staticSiteZipDeploymentEnvelope, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateZipDeploymentForStaticSite : Azure.WaitUntil * Azure.ResourceManager.AppService.Models.StaticSiteZipDeployment * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation
override this.CreateZipDeploymentForStaticSite : Azure.WaitUntil * Azure.ResourceManager.AppService.Models.StaticSiteZipDeployment * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation
Public Overridable Function CreateZipDeploymentForStaticSite (waitUntil As WaitUntil, staticSiteZipDeploymentEnvelope As StaticSiteZipDeployment, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation

Parameter

waitUntil
WaitUntil

Completed , wenn die Methode auf die Rückgabe warten soll, bis der zeitintensive Vorgang für den Dienst abgeschlossen ist; Started , wenn sie nach dem Starten des Vorgangs zurückgegeben werden soll. Weitere Informationen zu Vorgängen mit langer Ausführungszeit finden Sie unter Beispiele für Azure.Core-Long-Running-Vorgänge.

staticSiteZipDeploymentEnvelope
StaticSiteZipDeployment

Eine JSON-Darstellung der StaticSiteZipDeployment-Eigenschaften. Weitere Informationen sind im Beispiel enthalten.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

staticSiteZipDeploymentEnvelope ist NULL.

Gilt für: