次の方法で共有


SecurityConnectorApplication interface

SecurityConnectorApplication を表すインターフェイス。

メソッド

createOrUpdate(string, string, string, Application, SecurityConnectorApplicationCreateOrUpdateOptionalParams)

特定のセキュリティ コネクタでセキュリティ アプリケーションを作成または更新します。

delete(string, string, string, SecurityConnectorApplicationDeleteOptionalParams)

特定のスコープでアプリケーションを削除する

get(string, string, string, SecurityConnectorApplicationGetOptionalParams)

applicationId によって要求されたスコープの特定のアプリケーションを取得する

メソッドの詳細

createOrUpdate(string, string, string, Application, SecurityConnectorApplicationCreateOrUpdateOptionalParams)

特定のセキュリティ コネクタでセキュリティ アプリケーションを作成または更新します。

function createOrUpdate(resourceGroupName: string, securityConnectorName: string, applicationId: string, application: Application, options?: SecurityConnectorApplicationCreateOrUpdateOptionalParams): Promise<Application>

パラメーター

resourceGroupName

string

ユーザーのサブスクリプション内のリソース グループの名前。 名前は大文字と小文字が区別されます。

securityConnectorName

string

セキュリティ コネクタ名。

applicationId

string

セキュリティ アプリケーション キー - 標準アプリケーションの一意キー

application
Application

サブスクリプション スコープを介したアプリケーション

options
SecurityConnectorApplicationCreateOrUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<Application>

delete(string, string, string, SecurityConnectorApplicationDeleteOptionalParams)

特定のスコープでアプリケーションを削除する

function delete(resourceGroupName: string, securityConnectorName: string, applicationId: string, options?: SecurityConnectorApplicationDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

ユーザーのサブスクリプション内のリソース グループの名前。 名前は大文字と小文字が区別されます。

securityConnectorName

string

セキュリティ コネクタ名。

applicationId

string

セキュリティ アプリケーション キー - 標準アプリケーションの一意キー

options
SecurityConnectorApplicationDeleteOptionalParams

オプション パラメーター。

戻り値

Promise<void>

get(string, string, string, SecurityConnectorApplicationGetOptionalParams)

applicationId によって要求されたスコープの特定のアプリケーションを取得する

function get(resourceGroupName: string, securityConnectorName: string, applicationId: string, options?: SecurityConnectorApplicationGetOptionalParams): Promise<Application>

パラメーター

resourceGroupName

string

ユーザーのサブスクリプション内のリソース グループの名前。 名前は大文字と小文字が区別されます。

securityConnectorName

string

セキュリティ コネクタ名。

applicationId

string

セキュリティ アプリケーション キー - 標準アプリケーションの一意キー

options
SecurityConnectorApplicationGetOptionalParams

オプション パラメーター。

戻り値

Promise<Application>