你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ProviderInstances interface
表示 ProviderInstances 的接口。
方法
begin |
为指定的订阅、资源组、SAP 监视器名称和资源名称创建提供程序实例。 |
begin |
为指定的订阅、资源组、SAP 监视器名称和资源名称创建提供程序实例。 |
begin |
删除指定订阅、资源组、SAP 监视器名称和资源名称的提供程序实例。 |
begin |
删除指定订阅、资源组、SAP 监视器名称和资源名称的提供程序实例。 |
get(string, string, string, Provider |
获取指定订阅、资源组、SAP 监视器名称和资源名称的提供程序实例的属性。 |
list(string, string, Provider |
获取指定 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
表示提供程序实例的请求正文
选项参数。
返回
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
表示提供程序实例的请求正文
选项参数。
返回
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
提供程序实例的名称。
选项参数。
返回
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
提供程序实例的名称。
选项参数。
返回
Promise<OperationStatusResult>
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
提供程序实例的名称。
选项参数。
返回
Promise<ProviderInstance>
list(string, string, ProviderInstancesListOptionalParams)
获取指定 SAP 监视器中提供程序实例的列表。 这些操作返回每个提供程序实例的各种属性。
function list(resourceGroupName: string, monitorName: string, options?: ProviderInstancesListOptionalParams): PagedAsyncIterableIterator<ProviderInstance, ProviderInstance[], PageSettings>
参数
- resourceGroupName
-
string
资源组的名称。 此名称不区分大小写。
- monitorName
-
string
SAP 监视器资源的名称。
选项参数。