Tasks interface
タスクを表すインターフェイス。
メソッド
get |
サブスクリプションのセキュリティを事前に向上させるために役立つ推奨タスク |
get |
サブスクリプションのセキュリティを事前に向上させるために役立つ推奨タスク |
list(Tasks |
サブスクリプションのセキュリティを事前に向上させるために役立つ推奨タスク |
list |
サブスクリプションのセキュリティを事前に向上させるために役立つ推奨タスク |
list |
サブスクリプションのセキュリティを事前に向上させるために役立つ推奨タスク |
update |
サブスクリプションのセキュリティを事前に向上させるために役立つ推奨タスク |
update |
サブスクリプションのセキュリティを事前に向上させるために役立つ推奨タスク |
メソッドの詳細
getResourceGroupLevelTask(string, string, string, TasksGetResourceGroupLevelTaskOptionalParams)
サブスクリプションのセキュリティを事前に向上させるために役立つ推奨タスク
function getResourceGroupLevelTask(resourceGroupName: string, ascLocation: string, taskName: string, options?: TasksGetResourceGroupLevelTaskOptionalParams): Promise<SecurityTask>
パラメーター
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。 名前では大文字と小文字が区別されません。
- ascLocation
-
string
ASC がサブスクリプションのデータを格納する場所。 場所を取得から取得できます
- taskName
-
string
タスク オブジェクトの名前。GUID になります
オプション パラメーター。
戻り値
Promise<SecurityTask>
getSubscriptionLevelTask(string, string, TasksGetSubscriptionLevelTaskOptionalParams)
サブスクリプションのセキュリティを事前に向上させるために役立つ推奨タスク
function getSubscriptionLevelTask(ascLocation: string, taskName: string, options?: TasksGetSubscriptionLevelTaskOptionalParams): Promise<SecurityTask>
パラメーター
- ascLocation
-
string
ASC がサブスクリプションのデータを格納する場所。 場所を取得から取得できます
- taskName
-
string
タスク オブジェクトの名前。GUID になります
オプション パラメーター。
戻り値
Promise<SecurityTask>
list(TasksListOptionalParams)
サブスクリプションのセキュリティを事前に向上させるために役立つ推奨タスク
function list(options?: TasksListOptionalParams): PagedAsyncIterableIterator<SecurityTask, SecurityTask[], PageSettings>
パラメーター
- options
- TasksListOptionalParams
オプション パラメーター。
戻り値
listByHomeRegion(string, TasksListByHomeRegionOptionalParams)
サブスクリプションのセキュリティを事前に向上させるために役立つ推奨タスク
function listByHomeRegion(ascLocation: string, options?: TasksListByHomeRegionOptionalParams): PagedAsyncIterableIterator<SecurityTask, SecurityTask[], PageSettings>
パラメーター
- ascLocation
-
string
ASC がサブスクリプションのデータを格納する場所。 場所を取得から取得できます
オプション パラメーター。
戻り値
listByResourceGroup(string, string, TasksListByResourceGroupOptionalParams)
サブスクリプションのセキュリティを事前に向上させるために役立つ推奨タスク
function listByResourceGroup(resourceGroupName: string, ascLocation: string, options?: TasksListByResourceGroupOptionalParams): PagedAsyncIterableIterator<SecurityTask, SecurityTask[], PageSettings>
パラメーター
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。 名前では大文字と小文字が区別されません。
- ascLocation
-
string
ASC がサブスクリプションのデータを格納する場所。 場所を取得から取得できます
オプション パラメーター。
戻り値
updateResourceGroupLevelTaskState(string, string, string, string, TasksUpdateResourceGroupLevelTaskStateOptionalParams)
サブスクリプションのセキュリティを事前に向上させるために役立つ推奨タスク
function updateResourceGroupLevelTaskState(resourceGroupName: string, ascLocation: string, taskName: string, taskUpdateActionType: string, options?: TasksUpdateResourceGroupLevelTaskStateOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。 名前では大文字と小文字が区別されません。
- ascLocation
-
string
ASC がサブスクリプションのデータを格納する場所。 場所を取得から取得できます
- taskName
-
string
タスク オブジェクトの名前。GUID になります
- taskUpdateActionType
-
string
タスクに対して実行するアクションの種類
オプション パラメーター。
戻り値
Promise<void>
updateSubscriptionLevelTaskState(string, string, string, TasksUpdateSubscriptionLevelTaskStateOptionalParams)
サブスクリプションのセキュリティを事前に向上させるために役立つ推奨タスク
function updateSubscriptionLevelTaskState(ascLocation: string, taskName: string, taskUpdateActionType: string, options?: TasksUpdateSubscriptionLevelTaskStateOptionalParams): Promise<void>
パラメーター
- ascLocation
-
string
ASC がサブスクリプションのデータを格納する場所。 場所を取得から取得できます
- taskName
-
string
タスク オブジェクトの名前。GUID になります
- taskUpdateActionType
-
string
タスクに対して実行するアクションの種類
オプション パラメーター。
戻り値
Promise<void>