次の方法で共有


MaintenanceExtensions.GetApplyUpdatesByParent メソッド

定義

オーバーロード

GetApplyUpdatesByParent(ResourceGroupResource, ResourceGroupResourceGetApplyUpdatesByParentOptions, CancellationToken)

親を使用してリソースのメンテナンス更新を追跡する

  • 要求パス/サブスクリプション/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{providerName}/{resourceParentType}/{resourceParentName}/{resourceType}/{resourceName}/providers/Microsoft.Maintenance/applyUpdates/{applyUpdateName}
  • 操作IdApplyUpdates_GetParent
GetApplyUpdatesByParent(ResourceGroupResource, String, String, String, String, String, String, CancellationToken)

親を使用してリソースのメンテナンス更新を追跡する

  • 要求パス/サブスクリプション/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{providerName}/{resourceParentType}/{resourceParentName}/{resourceType}/{resourceName}/providers/Microsoft.Maintenance/applyUpdates/{applyUpdateName}
  • 操作IdApplyUpdates_GetParent

GetApplyUpdatesByParent(ResourceGroupResource, ResourceGroupResourceGetApplyUpdatesByParentOptions, CancellationToken)

親を使用してリソースのメンテナンス更新を追跡する

  • 要求パス/サブスクリプション/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{providerName}/{resourceParentType}/{resourceParentName}/{resourceType}/{resourceName}/providers/Microsoft.Maintenance/applyUpdates/{applyUpdateName}
  • 操作IdApplyUpdates_GetParent
public static Azure.Response<Azure.ResourceManager.Maintenance.MaintenanceApplyUpdateResource> GetApplyUpdatesByParent (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, Azure.ResourceManager.Maintenance.Models.ResourceGroupResourceGetApplyUpdatesByParentOptions options, System.Threading.CancellationToken cancellationToken = default);
static member GetApplyUpdatesByParent : Azure.ResourceManager.Resources.ResourceGroupResource * Azure.ResourceManager.Maintenance.Models.ResourceGroupResourceGetApplyUpdatesByParentOptions * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Maintenance.MaintenanceApplyUpdateResource>
<Extension()>
Public Function GetApplyUpdatesByParent (resourceGroupResource As ResourceGroupResource, options As ResourceGroupResourceGetApplyUpdatesByParentOptions, Optional cancellationToken As CancellationToken = Nothing) As Response(Of MaintenanceApplyUpdateResource)

パラメーター

resourceGroupResource
ResourceGroupResource

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

options
ResourceGroupResourceGetApplyUpdatesByParentOptions

LRO 修飾子と要求コンテキスト パラメーターを除く、このメソッドのすべてのパラメーターを含むプロパティ バッグ。

cancellationToken
CancellationToken

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

戻り値

例外

options が null です。

適用対象

GetApplyUpdatesByParent(ResourceGroupResource, String, String, String, String, String, String, CancellationToken)

親を使用してリソースのメンテナンス更新を追跡する

  • 要求パス/サブスクリプション/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{providerName}/{resourceParentType}/{resourceParentName}/{resourceType}/{resourceName}/providers/Microsoft.Maintenance/applyUpdates/{applyUpdateName}
  • 操作IdApplyUpdates_GetParent
public static Azure.Response<Azure.ResourceManager.Maintenance.MaintenanceApplyUpdateResource> GetApplyUpdatesByParent (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string providerName, string resourceParentType, string resourceParentName, string resourceType, string resourceName, string applyUpdateName, System.Threading.CancellationToken cancellationToken = default);
static member GetApplyUpdatesByParent : Azure.ResourceManager.Resources.ResourceGroupResource * string * string * string * string * string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Maintenance.MaintenanceApplyUpdateResource>
<Extension()>
Public Function GetApplyUpdatesByParent (resourceGroupResource As ResourceGroupResource, providerName As String, resourceParentType As String, resourceParentName As String, resourceType As String, resourceName As String, applyUpdateName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of MaintenanceApplyUpdateResource)

パラメーター

resourceGroupResource
ResourceGroupResource

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

providerName
String

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

resourceParentType
String

リソースの親の種類。

resourceParentName
String

リソースの親識別子。

resourceType
String

リソースの種類。

resourceName
String

リソース識別子。

applyUpdateName
String

applyUpdate Id。

cancellationToken
CancellationToken

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

戻り値

例外

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

providerNameresourceParentTyperesourceParentNameresourceTyperesourceNameまたは applyUpdateName が null です。

適用対象