ConnectionMonitorTests interface
ConnectionMonitorTests를 나타내는 인터페이스입니다.
메서드
create |
지정된 구독, 리소스 그룹 및 피어링 서비스에서 지정된 이름으로 연결 모니터 테스트를 만들거나 업데이트합니다. |
delete(string, string, string, Connection |
지정된 구독, 리소스 그룹 및 피어링 서비스에서 지정된 이름을 사용하여 기존 연결 모니터 테스트를 삭제합니다. |
get(string, string, string, Connection |
지정된 구독, 리소스 그룹 및 피어링 서비스에서 지정된 이름을 가진 기존 연결 모니터 테스트를 가져옵니다. |
list |
지정된 구독, 리소스 그룹 및 피어링 서비스에서 모든 연결 모니터 테스트를 나열합니다. |
메서드 세부 정보
createOrUpdate(string, string, string, ConnectionMonitorTest, ConnectionMonitorTestsCreateOrUpdateOptionalParams)
지정된 구독, 리소스 그룹 및 피어링 서비스에서 지정된 이름으로 연결 모니터 테스트를 만들거나 업데이트합니다.
function createOrUpdate(resourceGroupName: string, peeringServiceName: string, connectionMonitorTestName: string, connectionMonitorTest: ConnectionMonitorTest, options?: ConnectionMonitorTestsCreateOrUpdateOptionalParams): Promise<ConnectionMonitorTest>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름입니다.
- peeringServiceName
-
string
피어링 서비스의 이름입니다.
- connectionMonitorTestName
-
string
연결 모니터 테스트의 이름
- connectionMonitorTest
- ConnectionMonitorTest
연결 모니터 테스트를 만드는 데 필요한 속성
옵션 매개 변수입니다.
반환
Promise<ConnectionMonitorTest>
delete(string, string, string, ConnectionMonitorTestsDeleteOptionalParams)
지정된 구독, 리소스 그룹 및 피어링 서비스에서 지정된 이름을 사용하여 기존 연결 모니터 테스트를 삭제합니다.
function delete(resourceGroupName: string, peeringServiceName: string, connectionMonitorTestName: string, options?: ConnectionMonitorTestsDeleteOptionalParams): Promise<void>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름입니다.
- peeringServiceName
-
string
피어링 서비스의 이름입니다.
- connectionMonitorTestName
-
string
연결 모니터 테스트의 이름
옵션 매개 변수입니다.
반환
Promise<void>
get(string, string, string, ConnectionMonitorTestsGetOptionalParams)
지정된 구독, 리소스 그룹 및 피어링 서비스에서 지정된 이름을 가진 기존 연결 모니터 테스트를 가져옵니다.
function get(resourceGroupName: string, peeringServiceName: string, connectionMonitorTestName: string, options?: ConnectionMonitorTestsGetOptionalParams): Promise<ConnectionMonitorTest>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름입니다.
- peeringServiceName
-
string
피어링 서비스의 이름입니다.
- connectionMonitorTestName
-
string
연결 모니터 테스트의 이름
옵션 매개 변수입니다.
반환
Promise<ConnectionMonitorTest>
listByPeeringService(string, string, ConnectionMonitorTestsListByPeeringServiceOptionalParams)
지정된 구독, 리소스 그룹 및 피어링 서비스에서 모든 연결 모니터 테스트를 나열합니다.
function listByPeeringService(resourceGroupName: string, peeringServiceName: string, options?: ConnectionMonitorTestsListByPeeringServiceOptionalParams): PagedAsyncIterableIterator<ConnectionMonitorTest, ConnectionMonitorTest[], PageSettings>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름입니다.
- peeringServiceName
-
string
피어링 서비스의 이름입니다.
옵션 매개 변수입니다.