AppPlatformManagementClient Class

REST API for Azure Spring Apps.

This ready contains multiple API versions, to help you deal with all of the Azure clouds (Azure Stack, Azure Government, Azure China, etc.). By default, it uses the latest API version available on public Azure. For production, you should stick to a particular api-version and/or profile. The profile sets a mapping between an operation group and its API version. The api-version parameter sets the default API version if the operation group is not described in the profile.

Inheritance
AppPlatformManagementClient
azure.mgmt.appplatform.aio._app_platform_management_client._SDKClient
AppPlatformManagementClient

Constructor

AppPlatformManagementClient(credential: AsyncTokenCredential, subscription_id: str, api_version: Optional[str] = None, base_url: str = 'https://management.azure.com', profile: azure.profiles.KnownProfiles = <KnownProfiles.default: <azure.profiles.DefaultProfile object>>, **kwargs)

Parameters

credential
AsyncTokenCredential
Required

Credential needed for the client to connect to Azure.

subscription_id
str
Required

Gets subscription ID which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

api_version
str
default value: None

API version to use if no profile is provided, or if missing in profile.

base_url
str
default value: https://management.azure.com

Service URL

profile
KnownProfiles
default value: KnownProfiles.default

A profile definition, from KnownProfiles to dict.

polling_interval
int

Default waiting time between two polls for LRO operations if no Retry-After header is present.

Methods

close
models

Module depends on the API version:

close

async close()

models

Module depends on the API version:

models(api_version='2022-04-01')

Parameters

cls
Required
api_version
default value: 2022-04-01

Attributes

api_portal_custom_domains

Instance depends on the API version:

api_portals

Instance depends on the API version:

apps

Instance depends on the API version:

bindings

Instance depends on the API version:

build_service

Instance depends on the API version:

build_service_agent_pool

Instance depends on the API version:

build_service_builder

Instance depends on the API version:

buildpack_binding

Instance depends on the API version:

certificates

Instance depends on the API version:

config_servers

Instance depends on the API version:

configuration_services

Instance depends on the API version:

custom_domains

Instance depends on the API version:

deployments

Instance depends on the API version:

gateway_custom_domains

Instance depends on the API version:

gateway_route_configs

Instance depends on the API version:

gateways

Instance depends on the API version:

monitoring_settings

Instance depends on the API version:

operations

Instance depends on the API version:

runtime_versions

Instance depends on the API version:

service_registries

Instance depends on the API version:

services

Instance depends on the API version:

skus

Instance depends on the API version:

storages

Instance depends on the API version:

DEFAULT_API_VERSION

DEFAULT_API_VERSION = '2022-04-01'

LATEST_PROFILE

LATEST_PROFILE = azure.mgmt.appplatform.AppPlatformManagementClient latest