次の方法で共有


MaintenanceExtensions.GetMaintenanceApplyUpdatesAsync メソッド

定義

オーバーロード

GetMaintenanceApplyUpdatesAsync(ResourceGroupResource, CancellationToken)

サブスクリプションとリソース グループ内の構成レコードを取得する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Maintenance/applyUpdates
  • 操作IdApplyUpdateForResourceGroup_List
GetMaintenanceApplyUpdatesAsync(SubscriptionResource, CancellationToken)

サブスクリプション内の構成レコードを取得する

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Maintenance/applyUpdates
  • 操作IdApplyUpdates_List

GetMaintenanceApplyUpdatesAsync(ResourceGroupResource, CancellationToken)

サブスクリプションとリソース グループ内の構成レコードを取得する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Maintenance/applyUpdates
  • 操作IdApplyUpdateForResourceGroup_List
public static Azure.AsyncPageable<Azure.ResourceManager.Maintenance.MaintenanceApplyUpdateResource> GetMaintenanceApplyUpdatesAsync (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, System.Threading.CancellationToken cancellationToken = default);
static member GetMaintenanceApplyUpdatesAsync : Azure.ResourceManager.Resources.ResourceGroupResource * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Maintenance.MaintenanceApplyUpdateResource>
<Extension()>
Public Function GetMaintenanceApplyUpdatesAsync (resourceGroupResource As ResourceGroupResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of MaintenanceApplyUpdateResource)

パラメーター

resourceGroupResource
ResourceGroupResource

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

cancellationToken
CancellationToken

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

戻り値

反復処理するために複数の MaintenanceApplyUpdateResource サービス要求を受け取る可能性がある の非同期コレクション。

適用対象

GetMaintenanceApplyUpdatesAsync(SubscriptionResource, CancellationToken)

サブスクリプション内の構成レコードを取得する

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Maintenance/applyUpdates
  • 操作IdApplyUpdates_List
public static Azure.AsyncPageable<Azure.ResourceManager.Maintenance.MaintenanceApplyUpdateResource> GetMaintenanceApplyUpdatesAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetMaintenanceApplyUpdatesAsync : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Maintenance.MaintenanceApplyUpdateResource>
<Extension()>
Public Function GetMaintenanceApplyUpdatesAsync (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of MaintenanceApplyUpdateResource)

パラメーター

subscriptionResource
SubscriptionResource

SubscriptionResourceメソッドが実行するインスタンス。

cancellationToken
CancellationToken

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

戻り値

反復処理するために複数の MaintenanceApplyUpdateResource サービス要求を受け取る可能性がある の非同期コレクション。

適用対象