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

AppServiceValidateContent 类

定义

资源验证请求内容。

public class AppServiceValidateContent
type AppServiceValidateContent = class
Public Class AppServiceValidateContent
继承
AppServiceValidateContent

构造函数

AppServiceValidateContent(String, ValidateResourceType, AzureLocation)

初始化 AppServiceValidateContent 的新实例。

属性

AppServiceEnvironment

应用服务环境属性。

Capacity

App 服务计划的目标容量 () VM 数。

ContainerImagePlatform

平台 (Windows 或 linux) 。

ContainerImageRepository

存储库名称 (映像名称) 。

ContainerImageTag

图像标记。

ContainerRegistryBaseUri

容器注册表的基 URL。

ContainerRegistryPassword

用于访问容器注册表的密码。

ContainerRegistryUsername

用于访问容器注册表的用户名。

HostingEnvironment

应在其中创建应用或App 服务计划的应用服务环境的名称。

IsSpot

<如果App 服务计划适用于现成实例,则为代码 true/code;否则为 <false></code>。><>

IsXenon

<如果App 服务计划作为 Windows 容器运行,则代码>为 true</code>。

Location

资源的预期位置。

Name

要验证的资源名称。

NeedLinuxWorkers

<如果App 服务计划适用于 Linux 辅助角色,则为代码 true/code;否则为 <false></code>。><>

ServerFarmId

将托管应用的App 服务计划的 ARM 资源 ID。

SkuName

App 服务计划的目标 SKU 的名称。

ValidateResourceType

用于验证的资源类型。

适用于