AlertOperationOperations 클래스
경고
이 클래스를 직접 인스턴스화하지 마세요.
대신 다음 작업을 통해 액세스해야 합니다.
AuthorizationManagementClient's
<xref:alert_operation> 특성.
- 상속
-
builtins.objectAlertOperationOperations
생성자
AlertOperationOperations(*args, **kwargs)
메서드
get |
지정된 경고 작업을 가져옵니다. |
get
지정된 경고 작업을 가져옵니다.
get(scope: str, operation_id: str, **kwargs: Any) -> AlertOperationResult
매개 변수
- cls
- callable
직접 응답을 전달할 사용자 지정 형식 또는 함수
반환
AlertOperationResult 또는 cls(response)의 결과
반환 형식
예외
특성
models
models = <module 'azure.mgmt.authorization.v2022_08_01_preview.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.7\\x64\\Lib\\site-packages\\azure\\mgmt\\authorization\\v2022_08_01_preview\\models\\__init__.py'>
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python