다음을 통해 공유


PeeringServices interface

PeeringServices를 나타내는 인터페이스입니다.

메서드

createOrUpdate(string, string, PeeringService, PeeringServicesCreateOrUpdateOptionalParams)

새 피어링 서비스를 만들거나 지정된 구독 및 리소스 그룹에서 지정된 이름으로 기존 피어링을 업데이트합니다.

delete(string, string, PeeringServicesDeleteOptionalParams)

지정된 구독 및 리소스 그룹에서 지정된 이름의 기존 피어링 서비스를 삭제합니다.

get(string, string, PeeringServicesGetOptionalParams)

지정된 구독 및 리소스 그룹에서 지정된 이름의 기존 피어링 서비스를 가져옵니다.

initializeConnectionMonitor(PeeringServicesInitializeConnectionMonitorOptionalParams)

연결 모니터 기능에 대한 Peering Service 초기화

listByResourceGroup(string, PeeringServicesListByResourceGroupOptionalParams)

지정된 구독 및 리소스 그룹에 있는 모든 피어링 서비스를 나열합니다.

listBySubscription(PeeringServicesListBySubscriptionOptionalParams)

지정된 구독 아래의 모든 피어링을 나열합니다.

update(string, string, ResourceTags, PeeringServicesUpdateOptionalParams)

지정된 구독 및 리소스 그룹에서 지정된 이름의 피어링 서비스에 대한 태그를 업데이트.

메서드 세부 정보

createOrUpdate(string, string, PeeringService, PeeringServicesCreateOrUpdateOptionalParams)

새 피어링 서비스를 만들거나 지정된 구독 및 리소스 그룹에서 지정된 이름으로 기존 피어링을 업데이트합니다.

function createOrUpdate(resourceGroupName: string, peeringServiceName: string, peeringService: PeeringService, options?: PeeringServicesCreateOrUpdateOptionalParams): Promise<PeeringService>

매개 변수

resourceGroupName

string

리소스 그룹의 이름.

peeringServiceName

string

피어링 서비스의 이름입니다.

peeringService
PeeringService

피어링 서비스를 만들거나 업데이트하는 데 필요한 속성입니다.

options
PeeringServicesCreateOrUpdateOptionalParams

옵션 매개 변수입니다.

반환

Promise<PeeringService>

delete(string, string, PeeringServicesDeleteOptionalParams)

지정된 구독 및 리소스 그룹에서 지정된 이름의 기존 피어링 서비스를 삭제합니다.

function delete(resourceGroupName: string, peeringServiceName: string, options?: PeeringServicesDeleteOptionalParams): Promise<void>

매개 변수

resourceGroupName

string

리소스 그룹의 이름.

peeringServiceName

string

피어링 서비스의 이름입니다.

options
PeeringServicesDeleteOptionalParams

옵션 매개 변수입니다.

반환

Promise<void>

get(string, string, PeeringServicesGetOptionalParams)

지정된 구독 및 리소스 그룹에서 지정된 이름의 기존 피어링 서비스를 가져옵니다.

function get(resourceGroupName: string, peeringServiceName: string, options?: PeeringServicesGetOptionalParams): Promise<PeeringService>

매개 변수

resourceGroupName

string

리소스 그룹의 이름.

peeringServiceName

string

피어링의 이름입니다.

options
PeeringServicesGetOptionalParams

옵션 매개 변수입니다.

반환

Promise<PeeringService>

initializeConnectionMonitor(PeeringServicesInitializeConnectionMonitorOptionalParams)

연결 모니터 기능에 대한 Peering Service 초기화

function initializeConnectionMonitor(options?: PeeringServicesInitializeConnectionMonitorOptionalParams): Promise<void>

매개 변수

options
PeeringServicesInitializeConnectionMonitorOptionalParams

옵션 매개 변수입니다.

반환

Promise<void>

listByResourceGroup(string, PeeringServicesListByResourceGroupOptionalParams)

지정된 구독 및 리소스 그룹에 있는 모든 피어링 서비스를 나열합니다.

function listByResourceGroup(resourceGroupName: string, options?: PeeringServicesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<PeeringService, PeeringService[], PageSettings>

매개 변수

resourceGroupName

string

리소스 그룹의 이름.

options
PeeringServicesListByResourceGroupOptionalParams

옵션 매개 변수입니다.

반환

listBySubscription(PeeringServicesListBySubscriptionOptionalParams)

지정된 구독 아래의 모든 피어링을 나열합니다.

function listBySubscription(options?: PeeringServicesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<PeeringService, PeeringService[], PageSettings>

매개 변수

options
PeeringServicesListBySubscriptionOptionalParams

옵션 매개 변수입니다.

반환

update(string, string, ResourceTags, PeeringServicesUpdateOptionalParams)

지정된 구독 및 리소스 그룹에서 지정된 이름의 피어링 서비스에 대한 태그를 업데이트.

function update(resourceGroupName: string, peeringServiceName: string, tags: ResourceTags, options?: PeeringServicesUpdateOptionalParams): Promise<PeeringService>

매개 변수

resourceGroupName

string

리소스 그룹의 이름.

peeringServiceName

string

피어링 서비스의 이름입니다.

tags
ResourceTags

리소스 태그입니다.

options
PeeringServicesUpdateOptionalParams

옵션 매개 변수입니다.

반환

Promise<PeeringService>