ProviderInstances interface
ProviderInstances を表すインターフェイス。
メソッド
begin |
指定したサブスクリプション、リソース グループ、SapMonitor 名、およびリソース名のプロバイダー インスタンスを作成します。 |
begin |
指定したサブスクリプション、リソース グループ、SapMonitor 名、およびリソース名のプロバイダー インスタンスを作成します。 |
begin |
指定したサブスクリプション、リソース グループ、SapMonitor 名、およびリソース名のプロバイダー インスタンスを削除します。 |
begin |
指定したサブスクリプション、リソース グループ、SapMonitor 名、およびリソース名のプロバイダー インスタンスを削除します。 |
get(string, string, string, Provider |
指定したサブスクリプション、リソース グループ、SapMonitor 名、およびリソース名のプロバイダー インスタンスのプロパティを取得します。 |
list(string, string, Provider |
指定した 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 パラメーター。
戻り値
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 パラメーター。
戻り値
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 パラメーター。
戻り値
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 パラメーター。
戻り値
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 パラメーター。
戻り値
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 パラメーター。
戻り値
Azure SDK for JavaScript