次の方法で共有


MaintenanceExtensions.CreateOrUpdateApplyUpdateByParent メソッド

定義

親を使用してリソースにメンテナンス更新プログラムを適用する

  • Request Path/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{providerName}/{resourceParentType}/{resourceParentName}/{resourceType}/{resourceName}/providers/Microsoft.Maintenance/applyUpdates/default
  • 操作IdApplyUpdates_CreateOrUpdateParent
public static Azure.Response<Azure.ResourceManager.Maintenance.MaintenanceApplyUpdateResource> CreateOrUpdateApplyUpdateByParent (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string providerName, string resourceParentType, string resourceParentName, string resourceType, string resourceName, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateApplyUpdateByParent : Azure.ResourceManager.Resources.ResourceGroupResource * string * string * string * string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Maintenance.MaintenanceApplyUpdateResource>
<Extension()>
Public Function CreateOrUpdateApplyUpdateByParent (resourceGroupResource As ResourceGroupResource, providerName As String, resourceParentType As String, resourceParentName As String, resourceType As String, resourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of MaintenanceApplyUpdateResource)

パラメーター

resourceGroupResource
ResourceGroupResource

ResourceGroupResourceメソッドが実行されるインスタンス。

providerName
String

リソース プロバイダー名。

resourceParentType
String

リソースの親の種類。

resourceParentName
String

リソースの親識別子。

resourceType
String

リソースの種類。

resourceName
String

リソース識別子。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

providerNameresourceParentTyperesourceParentNameresourceType または resourceName は空の文字列であり、空でないと想定されていました。

providerNameresourceParentTyperesourceParentNameresourceType または resourceName が null です。

適用対象