次の方法で共有


CustomAssessmentAutomations interface

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

メソッド

create(string, string, CustomAssessmentAutomationRequest, CustomAssessmentAutomationsCreateOptionalParams)

指定されたサブスクリプションのカスタム評価自動化を作成または更新します。 既存のカスタム評価自動化を指定すると、既存のレコードが置き換えられます。

delete(string, string, CustomAssessmentAutomationsDeleteOptionalParams)

指定されたサブスクリプションの名前でカスタム評価自動化を削除します。

get(string, string, CustomAssessmentAutomationsGetOptionalParams)

指定されたサブスクリプションとリソース グループの名前で 1 つのカスタム評価自動化を取得します。

listByResourceGroup(string, CustomAssessmentAutomationsListByResourceGroupOptionalParams)

指定されたサブスクリプションとリソース グループ別にカスタム評価の自動化を一覧表示する

listBySubscription(CustomAssessmentAutomationsListBySubscriptionOptionalParams)

指定されたサブスクリプション別にカスタム評価の自動化を一覧表示する

メソッドの詳細

create(string, string, CustomAssessmentAutomationRequest, CustomAssessmentAutomationsCreateOptionalParams)

指定されたサブスクリプションのカスタム評価自動化を作成または更新します。 既存のカスタム評価自動化を指定すると、既存のレコードが置き換えられます。

function create(resourceGroupName: string, customAssessmentAutomationName: string, customAssessmentAutomationBody: CustomAssessmentAutomationRequest, options?: CustomAssessmentAutomationsCreateOptionalParams): Promise<CustomAssessmentAutomation>

パラメーター

resourceGroupName

string

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

customAssessmentAutomationName

string

Custom Assessment Automation の名前。

customAssessmentAutomationBody
CustomAssessmentAutomationRequest

Custom Assessment Automation 本文

options
CustomAssessmentAutomationsCreateOptionalParams

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

戻り値

delete(string, string, CustomAssessmentAutomationsDeleteOptionalParams)

指定されたサブスクリプションの名前でカスタム評価自動化を削除します。

function delete(resourceGroupName: string, customAssessmentAutomationName: string, options?: CustomAssessmentAutomationsDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

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

customAssessmentAutomationName

string

Custom Assessment Automation の名前。

options
CustomAssessmentAutomationsDeleteOptionalParams

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

戻り値

Promise<void>

get(string, string, CustomAssessmentAutomationsGetOptionalParams)

指定されたサブスクリプションとリソース グループの名前で 1 つのカスタム評価自動化を取得します。

function get(resourceGroupName: string, customAssessmentAutomationName: string, options?: CustomAssessmentAutomationsGetOptionalParams): Promise<CustomAssessmentAutomation>

パラメーター

resourceGroupName

string

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

customAssessmentAutomationName

string

Custom Assessment Automation の名前。

options
CustomAssessmentAutomationsGetOptionalParams

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

戻り値

listByResourceGroup(string, CustomAssessmentAutomationsListByResourceGroupOptionalParams)

指定されたサブスクリプションとリソース グループ別にカスタム評価の自動化を一覧表示する

function listByResourceGroup(resourceGroupName: string, options?: CustomAssessmentAutomationsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<CustomAssessmentAutomation, CustomAssessmentAutomation[], PageSettings>

パラメーター

resourceGroupName

string

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

options
CustomAssessmentAutomationsListByResourceGroupOptionalParams

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

戻り値

listBySubscription(CustomAssessmentAutomationsListBySubscriptionOptionalParams)

指定されたサブスクリプション別にカスタム評価の自動化を一覧表示する

function listBySubscription(options?: CustomAssessmentAutomationsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<CustomAssessmentAutomation, CustomAssessmentAutomation[], PageSettings>

パラメーター

options
CustomAssessmentAutomationsListBySubscriptionOptionalParams

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

戻り値