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 |
---|---|
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python