次の方法で共有


ServerVulnerabilityAssessmentOperations interface

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

メソッド

beginDelete(string, string, string, string, ServerVulnerabilityAssessmentDeleteOptionalParams)

リソースからのサーバー脆弱性評価の削除。

beginDeleteAndWait(string, string, string, string, ServerVulnerabilityAssessmentDeleteOptionalParams)

リソースからのサーバー脆弱性評価の削除。

createOrUpdate(string, string, string, string, ServerVulnerabilityAssessmentCreateOrUpdateOptionalParams)

リソースに対するサーバーの脆弱性評価の作成。リソースに脆弱性評価を含めるリソースをオンボードします

get(string, string, string, string, ServerVulnerabilityAssessmentGetOptionalParams)

特定のリソースのサーバー脆弱性評価のオンボード状態を取得します。

listByExtendedResource(string, string, string, string, ServerVulnerabilityAssessmentListByExtendedResourceOptionalParams)

特定のリソースのサーバー脆弱性評価オンボード状態の一覧を取得します。

メソッドの詳細

beginDelete(string, string, string, string, ServerVulnerabilityAssessmentDeleteOptionalParams)

リソースからのサーバー脆弱性評価の削除。

function beginDelete(resourceGroupName: string, resourceNamespace: string, resourceType: string, resourceName: string, options?: ServerVulnerabilityAssessmentDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

パラメーター

resourceGroupName

string

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

resourceNamespace

string

リソースの名前空間。

resourceType

string

リソースの種類。

resourceName

string

リソースの名前。

options
ServerVulnerabilityAssessmentDeleteOptionalParams

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

戻り値

Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>

beginDeleteAndWait(string, string, string, string, ServerVulnerabilityAssessmentDeleteOptionalParams)

リソースからのサーバー脆弱性評価の削除。

function beginDeleteAndWait(resourceGroupName: string, resourceNamespace: string, resourceType: string, resourceName: string, options?: ServerVulnerabilityAssessmentDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

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

resourceNamespace

string

リソースの名前空間。

resourceType

string

リソースの種類。

resourceName

string

リソースの名前。

options
ServerVulnerabilityAssessmentDeleteOptionalParams

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

戻り値

Promise<void>

createOrUpdate(string, string, string, string, ServerVulnerabilityAssessmentCreateOrUpdateOptionalParams)

リソースに対するサーバーの脆弱性評価の作成。リソースに脆弱性評価を含めるリソースをオンボードします

function createOrUpdate(resourceGroupName: string, resourceNamespace: string, resourceType: string, resourceName: string, options?: ServerVulnerabilityAssessmentCreateOrUpdateOptionalParams): Promise<ServerVulnerabilityAssessment>

パラメーター

resourceGroupName

string

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

resourceNamespace

string

リソースの名前空間。

resourceType

string

リソースの種類。

resourceName

string

リソースの名前。

options
ServerVulnerabilityAssessmentCreateOrUpdateOptionalParams

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

戻り値

get(string, string, string, string, ServerVulnerabilityAssessmentGetOptionalParams)

特定のリソースのサーバー脆弱性評価のオンボード状態を取得します。

function get(resourceGroupName: string, resourceNamespace: string, resourceType: string, resourceName: string, options?: ServerVulnerabilityAssessmentGetOptionalParams): Promise<ServerVulnerabilityAssessment>

パラメーター

resourceGroupName

string

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

resourceNamespace

string

リソースの名前空間。

resourceType

string

リソースの種類。

resourceName

string

リソースの名前。

options
ServerVulnerabilityAssessmentGetOptionalParams

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

戻り値

listByExtendedResource(string, string, string, string, ServerVulnerabilityAssessmentListByExtendedResourceOptionalParams)

特定のリソースのサーバー脆弱性評価オンボード状態の一覧を取得します。

function listByExtendedResource(resourceGroupName: string, resourceNamespace: string, resourceType: string, resourceName: string, options?: ServerVulnerabilityAssessmentListByExtendedResourceOptionalParams): Promise<ServerVulnerabilityAssessmentsList>

パラメーター

resourceGroupName

string

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

resourceNamespace

string

リソースの名前空間。

resourceType

string

リソースの種類。

resourceName

string

リソースの名前。

options
ServerVulnerabilityAssessmentListByExtendedResourceOptionalParams

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

戻り値