다음을 통해 공유


MonitoredSubscriptions interface

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

메서드

beginCreateorUpdate(string, string, string, MonitoredSubscriptionsCreateorUpdateOptionalParams)

NewRelic 모니터 리소스에서 모니터링해야 하는 구독을 추가합니다.

beginCreateorUpdateAndWait(string, string, string, MonitoredSubscriptionsCreateorUpdateOptionalParams)

NewRelic 모니터 리소스에서 모니터링해야 하는 구독을 추가합니다.

beginDelete(string, string, string, MonitoredSubscriptionsDeleteOptionalParams)

NewRelic 모니터 리소스에서 모니터링되는 구독 업데이트

beginDeleteAndWait(string, string, string, MonitoredSubscriptionsDeleteOptionalParams)

NewRelic 모니터 리소스에서 모니터링되는 구독 업데이트

beginUpdate(string, string, string, MonitoredSubscriptionsUpdateOptionalParams)

NewRelic 모니터 리소스에서 모니터링되는 구독 업데이트

beginUpdateAndWait(string, string, string, MonitoredSubscriptionsUpdateOptionalParams)

NewRelic 모니터 리소스에서 모니터링되는 구독 업데이트

get(string, string, string, MonitoredSubscriptionsGetOptionalParams)

NewRelic 모니터 리소스에서 현재 모니터링 중인 구독을 나열합니다.

list(string, string, MonitoredSubscriptionsListOptionalParams)

NewRelic 모니터 리소스에서 현재 모니터링 중인 구독을 나열합니다.

메서드 세부 정보

beginCreateorUpdate(string, string, string, MonitoredSubscriptionsCreateorUpdateOptionalParams)

NewRelic 모니터 리소스에서 모니터링해야 하는 구독을 추가합니다.

function beginCreateorUpdate(resourceGroupName: string, monitorName: string, configurationName: string, options?: MonitoredSubscriptionsCreateorUpdateOptionalParams): Promise<SimplePollerLike<OperationState<MonitoredSubscriptionProperties>, MonitoredSubscriptionProperties>>

매개 변수

resourceGroupName

string

리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.

monitorName

string

모니터 리소스의 이름

configurationName

string

구성 이름입니다. 'default' 값만 지원됩니다.

options
MonitoredSubscriptionsCreateorUpdateOptionalParams

옵션 매개 변수입니다.

반환

beginCreateorUpdateAndWait(string, string, string, MonitoredSubscriptionsCreateorUpdateOptionalParams)

NewRelic 모니터 리소스에서 모니터링해야 하는 구독을 추가합니다.

function beginCreateorUpdateAndWait(resourceGroupName: string, monitorName: string, configurationName: string, options?: MonitoredSubscriptionsCreateorUpdateOptionalParams): Promise<MonitoredSubscriptionProperties>

매개 변수

resourceGroupName

string

리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.

monitorName

string

모니터 리소스의 이름

configurationName

string

구성 이름입니다. 'default' 값만 지원됩니다.

options
MonitoredSubscriptionsCreateorUpdateOptionalParams

옵션 매개 변수입니다.

반환

beginDelete(string, string, string, MonitoredSubscriptionsDeleteOptionalParams)

NewRelic 모니터 리소스에서 모니터링되는 구독 업데이트

function beginDelete(resourceGroupName: string, monitorName: string, configurationName: string, options?: MonitoredSubscriptionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<MonitoredSubscriptionsDeleteHeaders>, MonitoredSubscriptionsDeleteHeaders>>

매개 변수

resourceGroupName

string

리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.

monitorName

string

모니터 리소스의 이름

configurationName

string

구성 이름입니다. 'default' 값만 지원됩니다.

options
MonitoredSubscriptionsDeleteOptionalParams

옵션 매개 변수입니다.

반환

beginDeleteAndWait(string, string, string, MonitoredSubscriptionsDeleteOptionalParams)

NewRelic 모니터 리소스에서 모니터링되는 구독 업데이트

function beginDeleteAndWait(resourceGroupName: string, monitorName: string, configurationName: string, options?: MonitoredSubscriptionsDeleteOptionalParams): Promise<MonitoredSubscriptionsDeleteHeaders>

매개 변수

resourceGroupName

string

리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.

monitorName

string

모니터 리소스의 이름

configurationName

string

구성 이름입니다. 'default' 값만 지원됩니다.

options
MonitoredSubscriptionsDeleteOptionalParams

옵션 매개 변수입니다.

반환

beginUpdate(string, string, string, MonitoredSubscriptionsUpdateOptionalParams)

NewRelic 모니터 리소스에서 모니터링되는 구독 업데이트

function beginUpdate(resourceGroupName: string, monitorName: string, configurationName: string, options?: MonitoredSubscriptionsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<MonitoredSubscriptionProperties>, MonitoredSubscriptionProperties>>

매개 변수

resourceGroupName

string

리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.

monitorName

string

모니터 리소스의 이름

configurationName

string

구성 이름입니다. 'default' 값만 지원됩니다.

options
MonitoredSubscriptionsUpdateOptionalParams

옵션 매개 변수입니다.

반환

beginUpdateAndWait(string, string, string, MonitoredSubscriptionsUpdateOptionalParams)

NewRelic 모니터 리소스에서 모니터링되는 구독 업데이트

function beginUpdateAndWait(resourceGroupName: string, monitorName: string, configurationName: string, options?: MonitoredSubscriptionsUpdateOptionalParams): Promise<MonitoredSubscriptionProperties>

매개 변수

resourceGroupName

string

리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.

monitorName

string

모니터 리소스의 이름

configurationName

string

구성 이름입니다. 'default' 값만 지원됩니다.

options
MonitoredSubscriptionsUpdateOptionalParams

옵션 매개 변수입니다.

반환

get(string, string, string, MonitoredSubscriptionsGetOptionalParams)

NewRelic 모니터 리소스에서 현재 모니터링 중인 구독을 나열합니다.

function get(resourceGroupName: string, monitorName: string, configurationName: string, options?: MonitoredSubscriptionsGetOptionalParams): Promise<MonitoredSubscriptionProperties>

매개 변수

resourceGroupName

string

리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.

monitorName

string

모니터 리소스의 이름

configurationName

string

구성 이름입니다. 'default' 값만 지원됩니다.

options
MonitoredSubscriptionsGetOptionalParams

옵션 매개 변수입니다.

반환

list(string, string, MonitoredSubscriptionsListOptionalParams)

NewRelic 모니터 리소스에서 현재 모니터링 중인 구독을 나열합니다.

function list(resourceGroupName: string, monitorName: string, options?: MonitoredSubscriptionsListOptionalParams): PagedAsyncIterableIterator<MonitoredSubscriptionProperties, MonitoredSubscriptionProperties[], PageSettings>

매개 변수

resourceGroupName

string

리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.

monitorName

string

모니터 리소스의 이름

options
MonitoredSubscriptionsListOptionalParams

옵션 매개 변수입니다.

반환