次の方法で共有


ManagedInstanceStartStopScheduleCollection クラス

定義

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

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

コンストラクター

ManagedInstanceStartStopScheduleCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, ManagedInstanceStartStopScheduleName, ManagedInstanceStartStopScheduleData, CancellationToken)

マネージド インスタンスの開始/停止スケジュールを作成または更新します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/startStopSchedules/{startStopScheduleName}
  • 操作IdStartStopManagedInstanceSchedules_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, ManagedInstanceStartStopScheduleName, ManagedInstanceStartStopScheduleData, CancellationToken)

マネージド インスタンスの開始/停止スケジュールを作成または更新します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/startStopSchedules/{startStopScheduleName}
  • 操作IdStartStopManagedInstanceSchedules_CreateOrUpdate
Exists(ManagedInstanceStartStopScheduleName, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/startStopSchedules/{startStopScheduleName}
  • 操作IdStartStopManagedInstanceSchedules_Get
ExistsAsync(ManagedInstanceStartStopScheduleName, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/startStopSchedules/{startStopScheduleName}
  • 操作IdStartStopManagedInstanceSchedules_Get
Get(ManagedInstanceStartStopScheduleName, CancellationToken)

マネージド インスタンスの開始/停止スケジュールを取得します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/startStopSchedules/{startStopScheduleName}
  • 操作IdStartStopManagedInstanceSchedules_Get
GetAll(CancellationToken)

マネージド インスタンスの開始/停止スケジュールを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/startStopSchedules
  • 操作IdStartStopManagedInstanceSchedules_ListByInstance
GetAllAsync(CancellationToken)

マネージド インスタンスの開始/停止スケジュールを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/startStopSchedules
  • 操作IdStartStopManagedInstanceSchedules_ListByInstance
GetAsync(ManagedInstanceStartStopScheduleName, CancellationToken)

マネージド インスタンスの開始/停止スケジュールを取得します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/startStopSchedules/{startStopScheduleName}
  • 操作IdStartStopManagedInstanceSchedules_Get
GetIfExists(ManagedInstanceStartStopScheduleName, CancellationToken)

サービスからこのリソースの詳細の取得を試みます。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/startStopSchedules/{startStopScheduleName}
  • 操作IdStartStopManagedInstanceSchedules_Get
GetIfExistsAsync(ManagedInstanceStartStopScheduleName, CancellationToken)

サービスからこのリソースの詳細の取得を試みます。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/startStopSchedules/{startStopScheduleName}
  • 操作IdStartStopManagedInstanceSchedules_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<ManagedInstanceStartStopScheduleResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<ManagedInstanceStartStopScheduleResource>.GetEnumerator()

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

適用対象