Delen via


StaticSiteZipDeploymentArmResource Class

Definition

Static site zip deployment ARM resource.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.StaticSiteZipDeploymentArmResourceTypeConverter))]
public class StaticSiteZipDeploymentArmResource : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteZipDeploymentArmResource, Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.StaticSiteZipDeploymentArmResourceTypeConverter))>]
type StaticSiteZipDeploymentArmResource = class
    interface IStaticSiteZipDeploymentArmResource
    interface IJsonSerializable
    interface IProxyOnlyResource
    interface IValidates
Public Class StaticSiteZipDeploymentArmResource
Implements IStaticSiteZipDeploymentArmResource, IValidates
Inheritance
StaticSiteZipDeploymentArmResource
Attributes
Implements

Constructors

StaticSiteZipDeploymentArmResource()

Creates an new StaticSiteZipDeploymentArmResource 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

Id

Resource Id.

Kind

Kind of resource.

Name

Resource Name.

Provider

The provider submitting this deployment

Type

Resource type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StaticSiteZipDeploymentArmResource.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StaticSiteZipDeploymentArmResource.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteZipDeploymentArmResource.

FromJsonString(String)

Creates a new instance of StaticSiteZipDeploymentArmResource, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of StaticSiteZipDeploymentArmResource into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to