共用方式為


ContainerAppsAuthConfigsOperations 類別

警告

請勿直接具現化此類別。

相反地,您應該透過 存取下列作業

ContainerAppsAPIClient's

<xref:container_apps_auth_configs> 屬性。

繼承
builtins.object
ContainerAppsAuthConfigsOperations

建構函式

ContainerAppsAuthConfigsOperations(*args, **kwargs)

方法

create_or_update

建立或更新容器應用程式的驗證設定。

建立或更新容器應用程式的驗證設定。

delete

刪除容器應用程式驗證設定。

刪除容器應用程式驗證設定。

get

取得容器應用程式的驗證設定。

取得容器應用程式的驗證設定。

list_by_container_app

取得指定資源群組中的容器應用程式驗證設定。

取得指定資源群組中的容器應用程式驗證設定。

create_or_update

建立或更新容器應用程式的驗證設定。

建立或更新容器應用程式的驗證設定。

create_or_update(resource_group_name: str, container_app_name: str, auth_config_name: str, auth_config_envelope: _models.AuthConfig, *, content_type: str = 'application/json', **kwargs: Any) -> _models.AuthConfig

參數

resource_group_name
str
必要

資源群組的名稱。 名稱不區分大小寫。 必要。

container_app_name
str
必要

容器應用程式的名稱。 必要。

auth_config_name
str
必要

容器應用程式驗證設定的名稱。 必要。

auth_config_envelope
AuthConfigIO
必要

用來建立容器應用程式驗證設定的屬性。 這是 AuthConfig 類型或 IO 類型。 必要。

content_type
str

Body 參數內容類型。 已知值為:'application/json'。 預設值為 [無]。

cls
callable

將傳遞直接回應的自訂類型或函式

傳回

AuthConfig 或 cls (回應的結果)

傳回類型

例外狀況

delete

刪除容器應用程式驗證設定。

刪除容器應用程式驗證設定。

delete(resource_group_name: str, container_app_name: str, auth_config_name: str, **kwargs: Any) -> None

參數

resource_group_name
str
必要

資源群組的名稱。 名稱不區分大小寫。 必要。

container_app_name
str
必要

容器應用程式的名稱。 必要。

auth_config_name
str
必要

容器應用程式驗證設定的名稱。 必要。

cls
callable

將傳遞直接回應的自訂類型或函式

傳回

無或 cls (回應的結果)

傳回類型

例外狀況

get

取得容器應用程式的驗證設定。

取得容器應用程式的驗證設定。

get(resource_group_name: str, container_app_name: str, auth_config_name: str, **kwargs: Any) -> AuthConfig

參數

resource_group_name
str
必要

資源群組的名稱。 名稱不區分大小寫。 必要。

container_app_name
str
必要

容器應用程式的名稱。 必要。

auth_config_name
str
必要

容器應用程式驗證設定的名稱。 必要。

cls
callable

將傳遞直接回應的自訂類型或函式

傳回

AuthConfig 或 cls (回應的結果)

傳回類型

例外狀況

list_by_container_app

取得指定資源群組中的容器應用程式驗證設定。

取得指定資源群組中的容器應用程式驗證設定。

list_by_container_app(resource_group_name: str, container_app_name: str, **kwargs: Any) -> Iterable[AuthConfig]

參數

resource_group_name
str
必要

資源群組的名稱。 名稱不區分大小寫。 必要。

container_app_name
str
必要

容器應用程式的名稱。 必要。

cls
callable

將傳遞直接回應的自訂類型或函式

傳回

反覆運算器,例如 AuthConfig 實例或 cls 的結果 (回應)

傳回類型

例外狀況

屬性

models

models = <module 'azure.mgmt.appcontainers.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.7\\x64\\Lib\\site-packages\\azure\\mgmt\\appcontainers\\models\\__init__.py'>