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.Functions.Models.Api20231201.StaticSiteZipDeploymentTypeConverter))]
public class StaticSiteZipDeployment : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IStaticSiteZipDeployment
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.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.Functions.Models.Api20231201.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. |