ApplyUpdates interface
ApplyUpdates を表すインターフェイス。
メソッド
create |
メンテナンス更新プログラムをリソースに適用する |
create |
メンテナンス更新プログラムをリソースに適用する |
create |
親を使用してリソースにメンテナンス更新プログラムを適用する |
get(string, string, string, string, string, Apply |
リソースのメンテナンス更新を追跡する |
get |
親を使用してリソースのメンテナンス更新を追跡する |
list(Apply |
サブスクリプション内の構成レコードを取得する |
メソッドの詳細
createOrUpdate(string, string, string, string, ApplyUpdatesCreateOrUpdateOptionalParams)
メンテナンス更新プログラムをリソースに適用する
function createOrUpdate(resourceGroupName: string, providerName: string, resourceType: string, resourceName: string, options?: ApplyUpdatesCreateOrUpdateOptionalParams): Promise<ApplyUpdate>
パラメーター
- resourceGroupName
-
string
リソース グループ名
- providerName
-
string
リソース プロバイダー名
- resourceType
-
string
リソースの種類
- resourceName
-
string
リソース識別子
options パラメーター。
戻り値
Promise<ApplyUpdate>
createOrUpdateOrCancel(string, string, string, string, string, ApplyUpdate, ApplyUpdatesCreateOrUpdateOrCancelOptionalParams)
メンテナンス更新プログラムをリソースに適用する
function createOrUpdateOrCancel(resourceGroupName: string, providerName: string, resourceType: string, resourceName: string, applyUpdateName: string, applyUpdate: ApplyUpdate, options?: ApplyUpdatesCreateOrUpdateOrCancelOptionalParams): Promise<ApplyUpdate>
パラメーター
- resourceGroupName
-
string
リソース グループ名
- providerName
-
string
リソース プロバイダー名
- resourceType
-
string
リソースの種類
- resourceName
-
string
リソース識別子
- applyUpdateName
-
string
ApplyUpdate name
- applyUpdate
- ApplyUpdate
The ApplyUpdate
options パラメーター。
戻り値
Promise<ApplyUpdate>
createOrUpdateParent(string, string, string, string, string, string, ApplyUpdatesCreateOrUpdateParentOptionalParams)
親を使用してリソースにメンテナンス更新プログラムを適用する
function createOrUpdateParent(resourceGroupName: string, providerName: string, resourceParentType: string, resourceParentName: string, resourceType: string, resourceName: string, options?: ApplyUpdatesCreateOrUpdateParentOptionalParams): Promise<ApplyUpdate>
パラメーター
- resourceGroupName
-
string
リソース グループ名
- providerName
-
string
リソース プロバイダー名
- resourceParentType
-
string
リソースの親の種類
- resourceParentName
-
string
リソースの親識別子
- resourceType
-
string
リソースの種類
- resourceName
-
string
リソース識別子
options パラメーター。
戻り値
Promise<ApplyUpdate>
get(string, string, string, string, string, ApplyUpdatesGetOptionalParams)
リソースのメンテナンス更新を追跡する
function get(resourceGroupName: string, providerName: string, resourceType: string, resourceName: string, applyUpdateName: string, options?: ApplyUpdatesGetOptionalParams): Promise<ApplyUpdate>
パラメーター
- resourceGroupName
-
string
リソース グループ名
- providerName
-
string
リソース プロバイダー名
- resourceType
-
string
リソースの種類
- resourceName
-
string
リソース識別子
- applyUpdateName
-
string
applyUpdate Id
- options
- ApplyUpdatesGetOptionalParams
options パラメーター。
戻り値
Promise<ApplyUpdate>
getParent(string, string, string, string, string, string, string, ApplyUpdatesGetParentOptionalParams)
親を使用してリソースのメンテナンス更新を追跡する
function getParent(resourceGroupName: string, providerName: string, resourceParentType: string, resourceParentName: string, resourceType: string, resourceName: string, applyUpdateName: string, options?: ApplyUpdatesGetParentOptionalParams): Promise<ApplyUpdate>
パラメーター
- resourceGroupName
-
string
リソース グループ名
- providerName
-
string
リソース プロバイダー名
- resourceParentType
-
string
リソースの親の種類
- resourceParentName
-
string
リソースの親識別子
- resourceType
-
string
リソースの種類
- resourceName
-
string
リソース識別子
- applyUpdateName
-
string
applyUpdate Id
options パラメーター。
戻り値
Promise<ApplyUpdate>
list(ApplyUpdatesListOptionalParams)
サブスクリプション内の構成レコードを取得する
function list(options?: ApplyUpdatesListOptionalParams): PagedAsyncIterableIterator<ApplyUpdate, ApplyUpdate[], PageSettings>
パラメーター
- options
- ApplyUpdatesListOptionalParams
options パラメーター。
戻り値
Azure SDK for JavaScript