Share via


StaticSiteZipDeploymentARMResource Constructors

Definition

Overloads

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.

StaticSiteZipDeploymentARMResource()

Initializes a new instance of the StaticSiteZipDeploymentARMResource class.

public StaticSiteZipDeploymentARMResource ();
Public Sub New ()

Applies to

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

Initializes a new instance of the StaticSiteZipDeploymentARMResource class.

public StaticSiteZipDeploymentARMResource (string id = default, string name = default, string kind = default, string type = default, string appZipUrl = default, string apiZipUrl = default, string deploymentTitle = default, string provider = default, string functionLanguage = default);
new Microsoft.Azure.Management.WebSites.Models.StaticSiteZipDeploymentARMResource : string * string * string * string * string * string * string * string * string -> Microsoft.Azure.Management.WebSites.Models.StaticSiteZipDeploymentARMResource
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional kind As String = Nothing, Optional type As String = Nothing, Optional appZipUrl As String = Nothing, Optional apiZipUrl As String = Nothing, Optional deploymentTitle As String = Nothing, Optional provider As String = Nothing, Optional functionLanguage As String = Nothing)

Parameters

id
String

Resource Id.

name
String

Resource Name.

kind
String

Kind of resource.

type
String

Resource type.

appZipUrl
String

URL for the zipped app content

apiZipUrl
String

URL for the zipped api content

deploymentTitle
String

A title to label the deployment

provider
String

The provider submitting this deployment

functionLanguage
String

The language of the api content, if it exists

Applies to