次の方法で共有


ContainerServiceMaintenanceConfigurationCollection クラス

定義

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

public class ContainerServiceMaintenanceConfigurationCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.ContainerService.ContainerServiceMaintenanceConfigurationResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ContainerService.ContainerServiceMaintenanceConfigurationResource>
type ContainerServiceMaintenanceConfigurationCollection = class
    inherit ArmCollection
    interface seq<ContainerServiceMaintenanceConfigurationResource>
    interface IEnumerable
    interface IAsyncEnumerable<ContainerServiceMaintenanceConfigurationResource>
Public Class ContainerServiceMaintenanceConfigurationCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of ContainerServiceMaintenanceConfigurationResource), IEnumerable(Of ContainerServiceMaintenanceConfigurationResource)
継承
ContainerServiceMaintenanceConfigurationCollection
実装

コンストラクター

ContainerServiceMaintenanceConfigurationCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, ContainerServiceMaintenanceConfigurationData, CancellationToken)

指定したマネージド クラスターでメンテナンス構成を作成または更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/maintenanceConfigurations/{configName}
  • 操作IdMaintenanceConfigurations_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, ContainerServiceMaintenanceConfigurationData, CancellationToken)

指定したマネージド クラスターでメンテナンス構成を作成または更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/maintenanceConfigurations/{configName}
  • 操作IdMaintenanceConfigurations_CreateOrUpdate
Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/maintenanceConfigurations/{configName}
  • 操作IdMaintenanceConfigurations_Get
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/maintenanceConfigurations/{configName}
  • 操作IdMaintenanceConfigurations_Get
Get(String, CancellationToken)

マネージド クラスターの指定したメンテナンス構成を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/maintenanceConfigurations/{configName}
  • 操作IdMaintenanceConfigurations_Get
GetAll(CancellationToken)

指定したマネージド クラスター内のメンテナンス構成の一覧を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/maintenanceConfigurations
  • 操作IdMaintenanceConfigurations_ListByManagedCluster
GetAllAsync(CancellationToken)

指定したマネージド クラスター内のメンテナンス構成の一覧を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/maintenanceConfigurations
  • 操作IdMaintenanceConfigurations_ListByManagedCluster
GetAsync(String, CancellationToken)

マネージド クラスターの指定したメンテナンス構成を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/maintenanceConfigurations/{configName}
  • 操作IdMaintenanceConfigurations_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

明示的なインターフェイスの実装

IAsyncEnumerable<ContainerServiceMaintenanceConfigurationResource>.GetAsyncEnumerator(CancellationToken)

コレクションを非同期に反復処理する列挙子を返します。

IEnumerable.GetEnumerator()

コレクションを反復処理する列挙子を返します。

IEnumerable<ContainerServiceMaintenanceConfigurationResource>.GetEnumerator()

コレクションを反復処理する列挙子を返します。

適用対象