ServerVulnerabilityAssessmentOperations interface
ServerVulnerabilityAssessmentOperations を表すインターフェイス。
メソッド
| begin |
リソースからのサーバー脆弱性評価の削除。 |
| begin |
リソースからのサーバー脆弱性評価の削除。 |
| create |
リソースに対するサーバーの脆弱性評価の作成。リソースに脆弱性評価を含めるリソースをオンボードします |
| get(string, string, string, string, Server |
特定のリソースのサーバー脆弱性評価のオンボード状態を取得します。 |
| list |
特定のリソースのサーバー脆弱性評価オンボード状態の一覧を取得します。 |
メソッドの詳細
beginDelete(string, string, string, string, ServerVulnerabilityAssessmentDeleteOptionalParams)
リソースからのサーバー脆弱性評価の削除。
function beginDelete(resourceGroupName: string, resourceNamespace: string, resourceType: string, resourceName: string, options?: ServerVulnerabilityAssessmentDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。 名前は大文字と小文字が区別されます。
- resourceNamespace
-
string
リソースの名前空間。
- resourceType
-
string
リソースの型。
- resourceName
-
string
リソースの名前。
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<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
リソースの名前。
オプション パラメーター。
戻り値
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
リソースの名前。
オプション パラメーター。
戻り値
Promise<ServerVulnerabilityAssessment>
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
リソースの名前。
オプション パラメーター。
戻り値
Promise<ServerVulnerabilityAssessment>
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
リソースの名前。
オプション パラメーター。
戻り値
Promise<ServerVulnerabilityAssessmentsList>