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
プロバイダー インスタンスを表す要求本文
options パラメーター。
戻り値
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 パラメーター。
戻り値
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 パラメーター。
戻り値
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 パラメーター。
戻り値
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
プロバイダー インスタンスの名前。
options パラメーター。
戻り値
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 パラメーター。