ContainerAppsAuthConfigsOperations 클래스

경고

이 클래스를 직접 인스턴스화하지 마세요.

대신 다음 작업을 통해 액세스해야 합니다.

ContainerAppsAPIClient's

<xref:container_apps_auth_configs> 특성.

상속
builtins.object
ContainerAppsAuthConfigsOperations

생성자

ContainerAppsAuthConfigsOperations(*args, **kwargs)

메서드

create_or_update

컨테이너 앱에 대한 AuthConfig를 만들거나 업데이트합니다.

컨테이너 앱에 대한 AuthConfig를 만들거나 업데이트합니다.

delete

컨테이너 앱 AuthConfig를 삭제합니다.

컨테이너 앱 AuthConfig를 삭제합니다.

get

컨테이너 앱의 AuthConfig를 가져옵니다.

컨테이너 앱의 AuthConfig를 가져옵니다.

list_by_container_app

지정된 리소스 그룹에서 Container App AuthConfigs를 가져옵니다.

지정된 리소스 그룹에서 Container App AuthConfigs를 가져옵니다.

create_or_update

컨테이너 앱에 대한 AuthConfig를 만들거나 업데이트합니다.

컨테이너 앱에 대한 AuthConfig를 만들거나 업데이트합니다.

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
필수

컨테이너 앱 AuthConfig의 이름입니다. 필수 요소.

auth_config_envelope
AuthConfig 또는 IO
필수

컨테이너 앱 AuthConfig를 만드는 데 사용되는 속성입니다. AuthConfig 형식 또는 IO 형식입니다. 필수 요소.

content_type
str

본문 매개 변수 콘텐츠 형식입니다. 알려진 값은 'application/json'입니다. 기본값은 없음입니다.

cls
callable

직접 응답을 전달할 사용자 지정 형식 또는 함수

반환

AuthConfig 또는 cls(response)의 결과

반환 형식

예외

delete

컨테이너 앱 AuthConfig를 삭제합니다.

컨테이너 앱 AuthConfig를 삭제합니다.

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
필수

컨테이너 앱 AuthConfig의 이름입니다. 필수 요소.

cls
callable

직접 응답을 전달할 사용자 지정 형식 또는 함수

반환

none 또는 cls(response)의 결과

반환 형식

예외

get

컨테이너 앱의 AuthConfig를 가져옵니다.

컨테이너 앱의 AuthConfig를 가져옵니다.

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
필수

컨테이너 앱 AuthConfig의 이름입니다. 필수 요소.

cls
callable

직접 응답을 전달할 사용자 지정 형식 또는 함수

반환

AuthConfig 또는 cls(response)의 결과

반환 형식

예외

list_by_container_app

지정된 리소스 그룹에서 Container App AuthConfigs를 가져옵니다.

지정된 리소스 그룹에서 Container App AuthConfigs를 가져옵니다.

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(response)의 결과와 같은 반복기

반환 형식

예외

특성

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'>