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

StaticSitePatchResource 类

定义

修补时静态站点的 ARM 资源

[Microsoft.Rest.Serialization.JsonTransformation]
public class StaticSitePatchResource : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type StaticSitePatchResource = class
    inherit ProxyOnlyResource
Public Class StaticSitePatchResource
Inherits ProxyOnlyResource
继承
StaticSitePatchResource
属性

构造函数

StaticSitePatchResource()

初始化 StaticSitePatchResource 类的新实例。

StaticSitePatchResource(String, String, String, String, String, String, String, IList<String>, String, StaticSiteBuildProperties, IList<ResponseMessageEnvelopeRemotePrivateEndpointConnection>, Nullable<StagingEnvironmentPolicy>, Nullable<Boolean>, StaticSiteTemplateOptions, String, String, IList<StaticSiteUserProvidedFunctionApp>, String, String)

初始化 StaticSitePatchResource 类的新实例。

属性

AllowConfigFileUpdates

如果为此静态 Web 应用锁定了配置文件,则获取或设置 &lt;code&gt;false&lt;/code&gt;;否则为 &lt;code&gt;true&lt;/code&gt;。

Branch

获取或设置存储库中的目标分支。

BuildProperties

获取或设置要对存储库配置的生成属性。

ContentDistributionEndpoint

获取静态站点的内容分发终结点。

CustomDomains

获取与此静态站点关联的自定义域。

DefaultHostname

获取静态站点的默认自动生成的主机名。

EnterpriseGradeCdnStatus

获取或设置状态,指示向静态 Web 应用提供流量的企业级 CDN 的状态。 可能的值包括:“Enabled”、“Enableing”、“Disabled”、“Disableing”

Id

获取资源 ID。

(继承自 ProxyOnlyResource)
KeyVaultReferenceIdentity

获取用于密钥保管库引用身份验证的标识。

Kind

获取或设置资源的种类。

(继承自 ProxyOnlyResource)
Name

获取资源名称。

(继承自 ProxyOnlyResource)
PrivateEndpointConnections

获取专用终结点连接

Provider

获取或设置将最后一个部署提交到静态站点的主环境的提供程序。

RepositoryToken

获取或设置用户的 github 存储库令牌。 这用于设置 Github Actions 工作流文件和 API 机密。

RepositoryUrl

获取或设置静态站点存储库的 URL。

StagingEnvironmentPolicy

获取或设置状态,指示静态 Web 应用是否允许过渡环境。 可能的值包括:“Enabled”、“Disabled”

TemplateProperties

获取或设置用于生成新存储库的模板选项。

Type

获取资源类型。

(继承自 ProxyOnlyResource)
UserProvidedFunctionApps

获取注册到静态站点的用户提供的函数应用

适用于