次の方法で共有


ServerVulnerabilityAssessments interface

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

メソッド

createOrUpdate(string, string, string, ServerVulnerabilityAssessment, ServerVulnerabilityAssessmentsCreateOrUpdateOptionalParams)

サーバーの脆弱性評価を作成または更新します。 マネージド ID を使用した SQL 脆弱性評価の設定の詳細 - https://docs.microsoft.com/azure/azure-sql/database/sql-database-vulnerability-assessment-storage

delete(string, string, string, ServerVulnerabilityAssessmentsDeleteOptionalParams)

サーバーの脆弱性評価を削除します。

get(string, string, string, ServerVulnerabilityAssessmentsGetOptionalParams)

サーバーの脆弱性評価を取得します。

listByServer(string, string, ServerVulnerabilityAssessmentsListByServerOptionalParams)

サーバーに関連付けられている脆弱性評価ポリシーを一覧表示します。

メソッドの詳細

createOrUpdate(string, string, string, ServerVulnerabilityAssessment, ServerVulnerabilityAssessmentsCreateOrUpdateOptionalParams)

サーバーの脆弱性評価を作成または更新します。 マネージド ID を使用した SQL 脆弱性評価の設定の詳細 - https://docs.microsoft.com/azure/azure-sql/database/sql-database-vulnerability-assessment-storage

function createOrUpdate(resourceGroupName: string, serverName: string, vulnerabilityAssessmentName: string, parameters: ServerVulnerabilityAssessment, options?: ServerVulnerabilityAssessmentsCreateOrUpdateOptionalParams): Promise<ServerVulnerabilityAssessment>

パラメーター

resourceGroupName

string

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serverName

string

脆弱性評価が定義されているサーバーの名前。

vulnerabilityAssessmentName

string

脆弱性評価の名前。

parameters
ServerVulnerabilityAssessment

要求されたリソース。

options
ServerVulnerabilityAssessmentsCreateOrUpdateOptionalParams

options パラメーター。

戻り値

delete(string, string, string, ServerVulnerabilityAssessmentsDeleteOptionalParams)

サーバーの脆弱性評価を削除します。

function delete(resourceGroupName: string, serverName: string, vulnerabilityAssessmentName: string, options?: ServerVulnerabilityAssessmentsDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serverName

string

脆弱性評価が定義されているサーバーの名前。

vulnerabilityAssessmentName

string

脆弱性評価の名前。

options
ServerVulnerabilityAssessmentsDeleteOptionalParams

options パラメーター。

戻り値

Promise<void>

get(string, string, string, ServerVulnerabilityAssessmentsGetOptionalParams)

サーバーの脆弱性評価を取得します。

function get(resourceGroupName: string, serverName: string, vulnerabilityAssessmentName: string, options?: ServerVulnerabilityAssessmentsGetOptionalParams): Promise<ServerVulnerabilityAssessment>

パラメーター

resourceGroupName

string

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serverName

string

脆弱性評価が定義されているサーバーの名前。

vulnerabilityAssessmentName

string

脆弱性評価の名前。

options
ServerVulnerabilityAssessmentsGetOptionalParams

options パラメーター。

戻り値

listByServer(string, string, ServerVulnerabilityAssessmentsListByServerOptionalParams)

サーバーに関連付けられている脆弱性評価ポリシーを一覧表示します。

function listByServer(resourceGroupName: string, serverName: string, options?: ServerVulnerabilityAssessmentsListByServerOptionalParams): PagedAsyncIterableIterator<ServerVulnerabilityAssessment, ServerVulnerabilityAssessment[], PageSettings>

パラメーター

resourceGroupName

string

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serverName

string

サーバーの名前。

options
ServerVulnerabilityAssessmentsListByServerOptionalParams

options パラメーター。

戻り値