ContainerAppsAPIClientOperationsMixin Class

Inheritance
azure.mgmt.appcontainers.aio._vendor.ContainerAppsAPIClientMixinABC
ContainerAppsAPIClientOperationsMixin

Constructor

ContainerAppsAPIClientOperationsMixin()

Methods

get_custom_domain_verification_id

Get the verification id of a subscription used for verifying custom domains.

job_execution

Get details of a single job execution.

Get details of a single job execution.

get_custom_domain_verification_id

Get the verification id of a subscription used for verifying custom domains.

async get_custom_domain_verification_id(**kwargs: Any) -> str

Returns

Type Description
str

str or the result of cls(response)

Exceptions

Type Description

job_execution

Get details of a single job execution.

Get details of a single job execution.

async job_execution(resource_group_name: str, job_name: str, job_execution_name: str, **kwargs: Any) -> JobExecution

Parameters

Name Description
resource_group_name
Required
str

The name of the resource group. The name is case insensitive. Required.

job_name
Required
str

Job Name. Required.

job_execution_name
Required
str

Job execution name. Required.

Returns

Type Description

JobExecution or the result of cls(response)

Exceptions

Type Description