你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
StaticSiteZipDeployment Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A static site zip deployment.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.StaticSiteZipDeploymentTypeConverter))]
public class StaticSiteZipDeployment : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteZipDeployment
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.StaticSiteZipDeploymentTypeConverter))>]
type StaticSiteZipDeployment = class
interface IStaticSiteZipDeployment
interface IJsonSerializable
Public Class StaticSiteZipDeployment
Implements IStaticSiteZipDeployment
- Inheritance
-
StaticSiteZipDeployment
- Attributes
- Implements
Constructors
StaticSiteZipDeployment() |
Creates an new StaticSiteZipDeployment instance. |
Properties
ApiZipUrl |
URL for the zipped api content |
AppZipUrl |
URL for the zipped app content |
DeploymentTitle |
A title to label the deployment |
FunctionLanguage |
The language of the api content, if it exists |
Provider |
The provider submitting this deployment |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of StaticSiteZipDeployment. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of StaticSiteZipDeployment. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteZipDeployment. |
FromJsonString(String) |
Creates a new instance of StaticSiteZipDeployment, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of StaticSiteZipDeployment into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |