CustomAssessmentAutomations interface
CustomAssessmentAutomations を表すインターフェイス。
メソッド
create(string, string, Custom |
指定されたサブスクリプションのカスタム評価自動化を作成または更新します。 既存のカスタム評価自動化を指定すると、既存のレコードが置き換えられます。 |
delete(string, string, Custom |
指定されたサブスクリプションの名前でカスタム評価自動化を削除します。 |
get(string, string, Custom |
指定されたサブスクリプションとリソース グループの名前で 1 つのカスタム評価自動化を取得します。 |
list |
指定されたサブスクリプションとリソース グループ別にカスタム評価の自動化を一覧表示する |
list |
指定されたサブスクリプション別にカスタム評価の自動化を一覧表示する |
メソッドの詳細
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 本文
オプション パラメーター。
戻り値
Promise<CustomAssessmentAutomation>
delete(string, string, CustomAssessmentAutomationsDeleteOptionalParams)
指定されたサブスクリプションの名前でカスタム評価自動化を削除します。
function delete(resourceGroupName: string, customAssessmentAutomationName: string, options?: CustomAssessmentAutomationsDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。 名前では大文字と小文字が区別されません。
- customAssessmentAutomationName
-
string
Custom Assessment Automation の名前。
オプション パラメーター。
戻り値
Promise<void>
get(string, string, CustomAssessmentAutomationsGetOptionalParams)
指定されたサブスクリプションとリソース グループの名前で 1 つのカスタム評価自動化を取得します。
function get(resourceGroupName: string, customAssessmentAutomationName: string, options?: CustomAssessmentAutomationsGetOptionalParams): Promise<CustomAssessmentAutomation>
パラメーター
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。 名前では大文字と小文字が区別されません。
- customAssessmentAutomationName
-
string
Custom Assessment Automation の名前。
オプション パラメーター。
戻り値
Promise<CustomAssessmentAutomation>
listByResourceGroup(string, CustomAssessmentAutomationsListByResourceGroupOptionalParams)
指定されたサブスクリプションとリソース グループ別にカスタム評価の自動化を一覧表示する
function listByResourceGroup(resourceGroupName: string, options?: CustomAssessmentAutomationsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<CustomAssessmentAutomation, CustomAssessmentAutomation[], PageSettings>
パラメーター
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。 名前では大文字と小文字が区別されません。
オプション パラメーター。
戻り値
listBySubscription(CustomAssessmentAutomationsListBySubscriptionOptionalParams)
指定されたサブスクリプション別にカスタム評価の自動化を一覧表示する
function listBySubscription(options?: CustomAssessmentAutomationsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<CustomAssessmentAutomation, CustomAssessmentAutomation[], PageSettings>
パラメーター
オプション パラメーター。