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

WebSiteManagementClient 类

网站管理客户端。

此就绪包含多个 API 版本,可帮助你处理所有 Azure 云 (Azure Stack、Azure 政府、Azure 中国等 ) 。 默认情况下,它使用公共 Azure 上提供的最新 API 版本。 对于生产环境,应坚持使用特定的 API 版本和/或配置文件。 配置文件设置操作组与其 API 版本之间的映射。 如果配置文件中未描述操作组,则 api-version 参数设置默认 API 版本。

继承
azure.mgmt.web._operations_mixin.WebSiteManagementClientOperationsMixin
WebSiteManagementClient
WebSiteManagementClient
azure.mgmt.web._web_site_management_client._SDKClient
WebSiteManagementClient

构造函数

WebSiteManagementClient(credential: TokenCredential, subscription_id: str, api_version: str | None = None, base_url: str = 'https://management.azure.com', profile: KnownProfiles = KnownProfiles.default, **kwargs: Any)

参数

credential
TokenCredential
必需

客户端连接到 Azure 所需的凭据。 必需。

subscription_id
str
必需

Azure 订阅 ID。 这是一个 GUID 格式的字符串, (例如 00000000-0000-0000-0000-0000000000000) 。 必需。

api_version
str
默认值: None

如果未提供配置文件,或者配置文件中缺少,则要使用的 API 版本。

base_url
str
默认值: https://management.azure.com

服务 URL

profile
KnownProfiles
默认值: KnownProfiles.default

从 KnownProfiles 到 dict 的配置文件定义。

polling_interval
int

如果没有 Retry-After 标头,则 LRO 操作的两次轮询之间的默认等待时间。

方法

close
models

模块取决于 API 版本:

close

close()

models

模块取决于 API 版本:

models(api_version='2023-01-01')

参数

api_version
默认值: 2023-01-01

属性

app_service_certificate_orders

app_service_environments

app_service_plans

billing_meters

实例取决于 API 版本:

certificate_orders_diagnostics

certificate_registration_provider

certificates

实例取决于 API 版本:

container_apps

实例取决于 API 版本:

container_apps_revisions

实例取决于 API 版本:

deleted_web_apps

diagnostics

实例取决于 API 版本:

domain_registration_provider

domains

实例取决于 API 版本:

get_usages_in_location

实例取决于 API 版本:

global_operations

实例取决于 API 版本:

kube_environments

实例取决于 API 版本:

provider

实例取决于 API 版本:

recommendations

resource_health_metadata

static_sites

实例取决于 API 版本:

top_level_domains

web_apps

实例取决于 API 版本:

workflow_run_action_repetitions

实例取决于 API 版本:

workflow_run_action_repetitions_request_histories

workflow_run_action_scope_repetitions

workflow_run_actions

实例取决于 API 版本:

workflow_runs

实例取决于 API 版本:

workflow_trigger_histories

实例取决于 API 版本:

workflow_triggers

实例取决于 API 版本:

workflow_versions

实例取决于 API 版本:

workflows

实例取决于 API 版本:

DEFAULT_API_VERSION

DEFAULT_API_VERSION = '2023-01-01'

LATEST_PROFILE

LATEST_PROFILE = azure.mgmt.web.WebSiteManagementClient latest