你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

StaticSiteZipDeploymentARMResource 构造函数

定义

重载

StaticSiteZipDeploymentARMResource()

初始化 StaticSiteZipDeploymentARMResource 类的新实例。

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

初始化 StaticSiteZipDeploymentARMResource 类的新实例。

StaticSiteZipDeploymentARMResource()

初始化 StaticSiteZipDeploymentARMResource 类的新实例。

public StaticSiteZipDeploymentARMResource ();
Public Sub New ()

适用于

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

初始化 StaticSiteZipDeploymentARMResource 类的新实例。

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)

参数

id
String

资源 ID。

name
String

资源名称。

kind
String

资源类型。

type
String

资源类型。

appZipUrl
String

压缩的应用内容的 URL

apiZipUrl
String

压缩 API 内容的 URL

deploymentTitle
String

用于标记部署的标题

provider
String

提交此部署的提供程序

functionLanguage
String

API 内容的语言(如果存在)

适用于