次の方法で共有


MaintenanceApplyUpdateCollection クラス

定義

のコレクション MaintenanceApplyUpdateResource とその操作を表すクラス。 コレクション内の各 MaintenanceApplyUpdateResource は、 の同じインスタンス ResourceGroupResourceに属します。 インスタンスを MaintenanceApplyUpdateCollection 取得するには、 のインスタンス ResourceGroupResourceから GetMaintenanceApplyUpdates メソッドを呼び出します。

public class MaintenanceApplyUpdateCollection : Azure.ResourceManager.ArmCollection
type MaintenanceApplyUpdateCollection = class
    inherit ArmCollection
Public Class MaintenanceApplyUpdateCollection
Inherits ArmCollection
継承
MaintenanceApplyUpdateCollection

コンストラクター

MaintenanceApplyUpdateCollection()

モック作成のために クラスの MaintenanceApplyUpdateCollection 新しいインスタンスを初期化します。

プロパティ

Client

このリソース クライアントの ArmClient 作成元を取得します。

(継承元 ArmCollection)
Diagnostics

このリソース クライアントの診断オプションを取得します。

(継承元 ArmCollection)
Endpoint

このリソース クライアントのベース URI を取得します。

(継承元 ArmCollection)
Id

リソース識別子を取得します。

(継承元 ArmCollection)
Pipeline

このリソース クライアントのパイプラインを取得します。

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, String, String, String, MaintenanceApplyUpdateData, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{providerName}/{resourceType}/{resourceName}/providers/Microsoft.Maintenance/applyUpdates/{applyUpdateName}
  • 操作IdApplyUpdates_CreateOrUpdateOrCancel
CreateOrUpdateAsync(WaitUntil, String, String, String, String, MaintenanceApplyUpdateData, CancellationToken)

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

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

リソースが Azure に存在するかどうかを確認します。

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

リソースが Azure に存在するかどうかを確認します。

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

リソースのメンテナンス更新を追跡する

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

リソースのメンテナンス更新を追跡する

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

サービスからこのリソースの詳細を取得しようとします。

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

サービスからこのリソースの詳細を取得しようとします。

  • 要求パス/サブスクリプション/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{providerName}/{resourceType}/{resourceName}/providers/Microsoft.Maintenance/applyUpdates/{applyUpdateName}
  • 操作IdApplyUpdates_Get
TryGetApiVersion(ResourceType, String)

現在のクライアント オプションに対して設定されている場合は、API バージョンのオーバーライドを取得します。

(継承元 ArmCollection)

適用対象