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

ValidateRequest 类

资源验证请求内容。

必须填充所有必需的参数才能发送到 Azure。

继承
azure.mgmt.web._serialization.Model
ValidateRequest

构造函数

ValidateRequest(*, name: str, type: str | _models.ValidateResourceTypes, location: str, server_farm_id: str | None = None, sku_name: str | None = None, need_linux_workers: bool | None = None, is_spot: bool | None = None, capacity: int | None = None, hosting_environment: str | None = None, is_xenon: bool | None = None, container_registry_base_url: str | None = None, container_registry_username: str | None = None, container_registry_password: str | None = None, container_image_repository: str | None = None, container_image_tag: str | None = None, container_image_platform: str | None = None, app_service_environment: _models.AppServiceEnvironment | None = None, **kwargs: Any)

仅限关键字的参数

名称 说明
name
str

要验证的资源名称。 必需。

type

用于验证的资源类型。 必需。 已知值为:“ServerFarm”、“Site”和“Microsoft.Web/hostingEnvironments”。

location
str

资源的预期位置。 必需。

server_farm_id
str

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

sku_name
str

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

need_linux_workers

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

is_spot

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

capacity
int

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

hosting_environment
str

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

is_xenon

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

container_registry_base_url
str

容器注册表的基 URL。

container_registry_username
str

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

container_registry_password
str

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

container_image_repository
str

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

container_image_tag
str

图像标记。

container_image_platform
str

平台 (Windows 或 linux) 。

app_service_environment

应用服务环境属性。

变量

名称 说明
name
str

要验证的资源名称。 必需。

type

用于验证的资源类型。 必需。 已知值为:“ServerFarm”、“Site”和“Microsoft.Web/hostingEnvironments”。

location
str

资源的预期位置。 必需。

server_farm_id
str

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

sku_name
str

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

need_linux_workers

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

is_spot

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

capacity
int

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

hosting_environment
str

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

is_xenon

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

container_registry_base_url
str

容器注册表的基 URL。

container_registry_username
str

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

container_registry_password
str

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

container_image_repository
str

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

container_image_tag
str

图像标记。

container_image_platform
str

平台 (Windows 或 linux) 。

app_service_environment

应用服务环境属性。