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 |
---|---|
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python