ServerCommunicationLinksOperations 클래스
ServerCommunicationLinksOperations 작업.
이 클래스를 직접 인스턴스화해서는 안 됩니다. 대신 클라이언트 인스턴스를 만들어서 인스턴스화하고 특성으로 연결해야 합니다.
- 상속
-
builtins.objectServerCommunicationLinksOperations
생성자
ServerCommunicationLinksOperations(client, config, serializer, deserializer)
매개 변수
- client
서비스 요청에 대한 클라이언트입니다.
- config
서비스 클라이언트의 구성입니다.
- serializer
개체 모델 직렬 변환기입니다.
- deserializer
개체 모델 역직렬 변환기입니다.
변수
- models
이 작업 그룹에 사용되는 모델 클래스에 대한 별칭입니다.
메서드
begin_create_or_update |
서버 통신 링크를 만듭니다. |
delete |
서버 통신 링크를 삭제합니다. |
get |
서버 통신 링크를 반환합니다. |
list_by_server |
서버 통신 링크 목록을 가져옵니다. |
begin_create_or_update
서버 통신 링크를 만듭니다.
begin_create_or_update(resource_group_name: str, server_name: str, communication_link_name: str, parameters: '_models.ServerCommunicationLink', **kwargs: Any) -> LROPoller['_models.ServerCommunicationLink']
매개 변수
- cls
- callable
직접 응답을 전달할 사용자 지정 형식 또는 함수
- continuation_token
- str
저장된 상태에서 폴러를 다시 시작하는 연속 토큰입니다.
- polling
- bool 또는 PollingMethod
기본적으로 폴링 방법은 ARMPolling입니다. 이 작업을 폴링하지 않도록 False를 전달하거나 개인 폴링 전략을 위해 초기화된 폴링 개체를 전달합니다.
- polling_interval
- int
Retry-After 헤더가 없는 경우 LRO 작업에 대한 두 폴링 간의 기본 대기 시간입니다.
반환
ServerCommunicationLink 또는 cls(response)의 결과를 반환하는 LROPoller의 인스턴스
반환 형식
예외
delete
서버 통신 링크를 삭제합니다.
delete(resource_group_name: str, server_name: str, communication_link_name: str, **kwargs: Any) -> None
매개 변수
- cls
- callable
직접 응답을 전달할 사용자 지정 형식 또는 함수
반환
None 또는 cls(response)의 결과
반환 형식
예외
get
서버 통신 링크를 반환합니다.
get(resource_group_name: str, server_name: str, communication_link_name: str, **kwargs: Any) -> _models.ServerCommunicationLink
매개 변수
- cls
- callable
직접 응답을 전달할 사용자 지정 형식 또는 함수
반환
ServerCommunicationLink 또는 cls(response)의 결과
반환 형식
예외
list_by_server
서버 통신 링크 목록을 가져옵니다.
list_by_server(resource_group_name: str, server_name: str, **kwargs: Any) -> Iterable['_models.ServerCommunicationLinkListResult']
매개 변수
- cls
- callable
직접 응답을 전달할 사용자 지정 형식 또는 함수
반환
ServerCommunicationLinkListResult의 인스턴스 또는 cls(response)의 결과와 같은 반복기
반환 형식
예외
특성
models
models = <module 'azure.mgmt.sql.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.7\\x64\\Lib\\site-packages\\azure\\mgmt\\sql\\models\\__init__.py'>
Azure SDK for Python