StaticSiteZipDeploymentARMResource Class

Definition

Static site zip deployment ARM resource.

[Microsoft.Rest.Serialization.JsonTransformation]
public class StaticSiteZipDeploymentARMResource : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type StaticSiteZipDeploymentARMResource = class
    inherit ProxyOnlyResource
Public Class StaticSiteZipDeploymentARMResource
Inherits ProxyOnlyResource
Inheritance
StaticSiteZipDeploymentARMResource
Attributes

Constructors

StaticSiteZipDeploymentARMResource()

Initializes a new instance of the StaticSiteZipDeploymentARMResource class.

StaticSiteZipDeploymentARMResource(String, String, String, String, String, String, String, String, String)

Initializes a new instance of the StaticSiteZipDeploymentARMResource class.

Properties

ApiZipUrl

Gets or sets URL for the zipped api content

AppZipUrl

Gets or sets URL for the zipped app content

DeploymentTitle

Gets or sets a title to label the deployment

FunctionLanguage

Gets or sets the language of the api content, if it exists

Id

Gets resource Id.

(Inherited from ProxyOnlyResource)
Kind

Gets or sets kind of resource.

(Inherited from ProxyOnlyResource)
Name

Gets resource Name.

(Inherited from ProxyOnlyResource)
Provider

Gets or sets the provider submitting this deployment

Type

Gets resource type.

(Inherited from ProxyOnlyResource)

Applies to