다음을 통해 공유


ProviderInstances interface

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

메서드

beginCreate(string, string, string, ProviderInstance, ProviderInstancesCreateOptionalParams)

지정된 구독, 리소스 그룹, SapMonitor 이름 및 리소스 이름에 대한 공급자 인스턴스를 만듭니다.

beginCreateAndWait(string, string, string, ProviderInstance, ProviderInstancesCreateOptionalParams)

지정된 구독, 리소스 그룹, SapMonitor 이름 및 리소스 이름에 대한 공급자 인스턴스를 만듭니다.

beginDelete(string, string, string, ProviderInstancesDeleteOptionalParams)

지정된 구독, 리소스 그룹, SapMonitor 이름 및 리소스 이름에 대한 공급자 인스턴스를 삭제합니다.

beginDeleteAndWait(string, string, string, ProviderInstancesDeleteOptionalParams)

지정된 구독, 리소스 그룹, SapMonitor 이름 및 리소스 이름에 대한 공급자 인스턴스를 삭제합니다.

get(string, string, string, ProviderInstancesGetOptionalParams)

지정된 구독, 리소스 그룹, SapMonitor 이름 및 리소스 이름에 대한 공급자 인스턴스의 속성을 가져옵니다.

list(string, string, ProviderInstancesListOptionalParams)

지정된 SAP 모니터의 공급자 인스턴스 목록을 가져옵니다. 작업은 각 공급자 인스턴스의 다양한 속성을 반환합니다.

메서드 세부 정보

beginCreate(string, string, string, ProviderInstance, ProviderInstancesCreateOptionalParams)

지정된 구독, 리소스 그룹, SapMonitor 이름 및 리소스 이름에 대한 공급자 인스턴스를 만듭니다.

function beginCreate(resourceGroupName: string, sapMonitorName: string, providerInstanceName: string, providerInstanceParameter: ProviderInstance, options?: ProviderInstancesCreateOptionalParams): Promise<PollerLike<PollOperationState<ProviderInstance>, ProviderInstance>>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다.

sapMonitorName

string

SAP 모니터 리소스의 이름입니다.

providerInstanceName

string

공급자 인스턴스의 이름입니다.

providerInstanceParameter
ProviderInstance

공급자 인스턴스를 나타내는 요청 본문

options
ProviderInstancesCreateOptionalParams

옵션 매개 변수입니다.

반환

Promise<PollerLike<@azure/core-lro.PollOperationState<ProviderInstance>, ProviderInstance>>

beginCreateAndWait(string, string, string, ProviderInstance, ProviderInstancesCreateOptionalParams)

지정된 구독, 리소스 그룹, SapMonitor 이름 및 리소스 이름에 대한 공급자 인스턴스를 만듭니다.

function beginCreateAndWait(resourceGroupName: string, sapMonitorName: string, providerInstanceName: string, providerInstanceParameter: ProviderInstance, options?: ProviderInstancesCreateOptionalParams): Promise<ProviderInstance>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다.

sapMonitorName

string

SAP 모니터 리소스의 이름입니다.

providerInstanceName

string

공급자 인스턴스의 이름입니다.

providerInstanceParameter
ProviderInstance

공급자 인스턴스를 나타내는 요청 본문

options
ProviderInstancesCreateOptionalParams

옵션 매개 변수입니다.

반환

Promise<ProviderInstance>

beginDelete(string, string, string, ProviderInstancesDeleteOptionalParams)

지정된 구독, 리소스 그룹, SapMonitor 이름 및 리소스 이름에 대한 공급자 인스턴스를 삭제합니다.

function beginDelete(resourceGroupName: string, sapMonitorName: string, providerInstanceName: string, options?: ProviderInstancesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다.

sapMonitorName

string

SAP 모니터 리소스의 이름입니다.

providerInstanceName

string

공급자 인스턴스의 이름입니다.

options
ProviderInstancesDeleteOptionalParams

옵션 매개 변수입니다.

반환

Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>

beginDeleteAndWait(string, string, string, ProviderInstancesDeleteOptionalParams)

지정된 구독, 리소스 그룹, SapMonitor 이름 및 리소스 이름에 대한 공급자 인스턴스를 삭제합니다.

function beginDeleteAndWait(resourceGroupName: string, sapMonitorName: string, providerInstanceName: string, options?: ProviderInstancesDeleteOptionalParams): Promise<void>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다.

sapMonitorName

string

SAP 모니터 리소스의 이름입니다.

providerInstanceName

string

공급자 인스턴스의 이름입니다.

options
ProviderInstancesDeleteOptionalParams

옵션 매개 변수입니다.

반환

Promise<void>

get(string, string, string, ProviderInstancesGetOptionalParams)

지정된 구독, 리소스 그룹, SapMonitor 이름 및 리소스 이름에 대한 공급자 인스턴스의 속성을 가져옵니다.

function get(resourceGroupName: string, sapMonitorName: string, providerInstanceName: string, options?: ProviderInstancesGetOptionalParams): Promise<ProviderInstance>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다.

sapMonitorName

string

SAP 모니터 리소스의 이름입니다.

providerInstanceName

string

공급자 인스턴스의 이름입니다.

options
ProviderInstancesGetOptionalParams

옵션 매개 변수입니다.

반환

Promise<ProviderInstance>

list(string, string, ProviderInstancesListOptionalParams)

지정된 SAP 모니터의 공급자 인스턴스 목록을 가져옵니다. 작업은 각 공급자 인스턴스의 다양한 속성을 반환합니다.

function list(resourceGroupName: string, sapMonitorName: string, options?: ProviderInstancesListOptionalParams): PagedAsyncIterableIterator<ProviderInstance, ProviderInstance[], PageSettings>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다.

sapMonitorName

string

SAP 모니터 리소스의 이름입니다.

options
ProviderInstancesListOptionalParams

옵션 매개 변수입니다.

반환