ContainerAppsAPIClientOperationsMixin Class
- Inheritance
-
azure.mgmt.appcontainers._vendor.ContainerAppsAPIClientMixinABCContainerAppsAPIClientOperationsMixin
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.
get_custom_domain_verification_id(**kwargs: Any) -> str
Returns
Type | Description |
---|---|
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.
job_execution(resource_group_name: str, job_name: str, job_execution_name: str, **kwargs: Any) -> JobExecution
Parameters
Name | Description |
---|---|
resource_group_name
Required
|
The name of the resource group. The name is case insensitive. Required. |
job_name
Required
|
Job Name. Required. |
job_execution_name
Required
|
Job execution name. Required. |
Returns
Type | Description |
---|---|
JobExecution or the result of cls(response) |
Exceptions
Type | Description |
---|---|
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python