SecurityConnectorApplication interface
SecurityConnectorApplication を表すインターフェイス。
メソッド
| create |
特定のセキュリティ コネクタでセキュリティ アプリケーションを作成または更新します。 |
| delete(string, string, string, Security |
特定のスコープでアプリケーションを削除する |
| get(string, string, string, Security |
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
サブスクリプション スコープを介したアプリケーション
オプション パラメーター。
戻り値
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
セキュリティ アプリケーション キー - 標準アプリケーションの一意キー
オプション パラメーター。
戻り値
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
セキュリティ アプリケーション キー - 標準アプリケーションの一意キー
オプション パラメーター。
戻り値
Promise<Application>