共用方式為


ProviderInstances interface

代表 ProviderInstances 的介面。

方法

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

為指定的訂用帳戶、資源群組、SAP 監視器名稱和資源名稱建立提供者實例。

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

為指定的訂用帳戶、資源群組、SAP 監視器名稱和資源名稱建立提供者實例。

beginDelete(string, string, string, ProviderInstancesDeleteOptionalParams)

刪除指定之訂用帳戶、資源群組、SAP 監視器名稱和資源名稱的提供者實例。

beginDeleteAndWait(string, string, string, ProviderInstancesDeleteOptionalParams)

刪除指定之訂用帳戶、資源群組、SAP 監視器名稱和資源名稱的提供者實例。

get(string, string, string, ProviderInstancesGetOptionalParams)

取得指定之訂用帳戶、資源群組、SAP 監視器名稱和資源名稱之提供者實例的屬性。

list(string, string, ProviderInstancesListOptionalParams)

取得指定之 SAP 監視器中的提供者實例清單。 作業會傳回每個提供者實例的各種屬性。

方法詳細資料

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

為指定的訂用帳戶、資源群組、SAP 監視器名稱和資源名稱建立提供者實例。

function beginCreate(resourceGroupName: string, monitorName: string, providerInstanceName: string, providerInstanceParameter: ProviderInstance, options?: ProviderInstancesCreateOptionalParams): Promise<SimplePollerLike<OperationState<ProviderInstance>, ProviderInstance>>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

monitorName

string

SAP 監視器資源的名稱。

providerInstanceName

string

提供者實例的名稱。

providerInstanceParameter
ProviderInstance

代表提供者實例的要求本文

options
ProviderInstancesCreateOptionalParams

選項參數。

傳回

Promise<@azure/core-lro.SimplePollerLike<OperationState<ProviderInstance>, ProviderInstance>>

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

為指定的訂用帳戶、資源群組、SAP 監視器名稱和資源名稱建立提供者實例。

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

monitorName

string

SAP 監視器資源的名稱。

providerInstanceName

string

提供者實例的名稱。

providerInstanceParameter
ProviderInstance

代表提供者實例的要求本文

options
ProviderInstancesCreateOptionalParams

選項參數。

傳回

Promise<ProviderInstance>

beginDelete(string, string, string, ProviderInstancesDeleteOptionalParams)

刪除指定之訂用帳戶、資源群組、SAP 監視器名稱和資源名稱的提供者實例。

function beginDelete(resourceGroupName: string, monitorName: string, providerInstanceName: string, options?: ProviderInstancesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

monitorName

string

SAP 監視器資源的名稱。

providerInstanceName

string

提供者實例的名稱。

options
ProviderInstancesDeleteOptionalParams

選項參數。

傳回

Promise<@azure/core-lro.SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>

beginDeleteAndWait(string, string, string, ProviderInstancesDeleteOptionalParams)

刪除指定之訂用帳戶、資源群組、SAP 監視器名稱和資源名稱的提供者實例。

function beginDeleteAndWait(resourceGroupName: string, monitorName: string, providerInstanceName: string, options?: ProviderInstancesDeleteOptionalParams): Promise<OperationStatusResult>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

monitorName

string

SAP 監視器資源的名稱。

providerInstanceName

string

提供者實例的名稱。

options
ProviderInstancesDeleteOptionalParams

選項參數。

傳回

get(string, string, string, ProviderInstancesGetOptionalParams)

取得指定之訂用帳戶、資源群組、SAP 監視器名稱和資源名稱之提供者實例的屬性。

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

monitorName

string

SAP 監視器資源的名稱。

providerInstanceName

string

提供者實例的名稱。

options
ProviderInstancesGetOptionalParams

選項參數。

傳回

Promise<ProviderInstance>

list(string, string, ProviderInstancesListOptionalParams)

取得指定之 SAP 監視器中的提供者實例清單。 作業會傳回每個提供者實例的各種屬性。

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

monitorName

string

SAP 監視器資源的名稱。

options
ProviderInstancesListOptionalParams

選項參數。

傳回