次の方法で共有


IServerVulnerabilityAssessmentsOperations インターフェイス

定義

ServerVulnerabilityAssessmentsOperations 操作。

public interface IServerVulnerabilityAssessmentsOperations
type IServerVulnerabilityAssessmentsOperations = interface
Public Interface IServerVulnerabilityAssessmentsOperations

メソッド

CreateOrUpdateWithHttpMessagesAsync(String, String, ServerVulnerabilityAssessmentInner, Dictionary<String,List<String>>, CancellationToken)

サーバーの脆弱性評価を作成または更新します。

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

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

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

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

ListByServerNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListByServerWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

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

拡張メソッド

CreateOrUpdateAsync(IServerVulnerabilityAssessmentsOperations, String, String, ServerVulnerabilityAssessmentInner, CancellationToken)

サーバーの脆弱性評価を作成または更新します。

DeleteAsync(IServerVulnerabilityAssessmentsOperations, String, String, CancellationToken)

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

GetAsync(IServerVulnerabilityAssessmentsOperations, String, String, CancellationToken)

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

ListByServerAsync(IServerVulnerabilityAssessmentsOperations, String, String, CancellationToken)

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

ListByServerNextAsync(IServerVulnerabilityAssessmentsOperations, String, CancellationToken)

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

適用対象