SecuritySolutions interface
SecuritySolutions を表すインターフェイス。
メソッド
get(string, string, string, Security |
特定のセキュリティ ソリューションを取得します。 |
list(Security |
サブスクリプションのセキュリティ ソリューションの一覧を取得します。 |
メソッドの詳細
get(string, string, string, SecuritySolutionsGetOptionalParams)
特定のセキュリティ ソリューションを取得します。
function get(resourceGroupName: string, ascLocation: string, securitySolutionName: string, options?: SecuritySolutionsGetOptionalParams): Promise<SecuritySolution>
パラメーター
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。 名前では大文字と小文字が区別されません。
- ascLocation
-
string
ASC がサブスクリプションのデータを格納する場所。 場所を取得から取得できます
- securitySolutionName
-
string
セキュリティ ソリューションの名前。
オプション パラメーター。
戻り値
Promise<SecuritySolution>
list(SecuritySolutionsListOptionalParams)
サブスクリプションのセキュリティ ソリューションの一覧を取得します。
function list(options?: SecuritySolutionsListOptionalParams): PagedAsyncIterableIterator<SecuritySolution, SecuritySolution[], PageSettings>
パラメーター
オプション パラメーター。