StaticSitesOperationsExtensions.CreateZipDeploymentForStaticSite 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 auf einer statischen Website bereit.
public static void CreateZipDeploymentForStaticSite (this Microsoft.Azure.Management.WebSites.IStaticSitesOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Models.StaticSiteZipDeploymentARMResource staticSiteZipDeploymentEnvelope);
static member CreateZipDeploymentForStaticSite : Microsoft.Azure.Management.WebSites.IStaticSitesOperations * string * string * Microsoft.Azure.Management.WebSites.Models.StaticSiteZipDeploymentARMResource -> unit
<Extension()>
Public Sub CreateZipDeploymentForStaticSite (operations As IStaticSitesOperations, resourceGroupName As String, name As String, staticSiteZipDeploymentEnvelope As StaticSiteZipDeploymentARMResource)
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.
- staticSiteZipDeploymentEnvelope
- StaticSiteZipDeploymentARMResource
Eine JSON-Darstellung der StaticSiteZipDeployment-Eigenschaften. Weitere Informationen sind im Beispiel enthalten.
Hinweise
Beschreibung für Bereitstellung gezippter Inhalte auf einer statischen Website.
Gilt für:
Azure SDK for .NET