ManagedInstanceStartStopScheduleCollection クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
のコレクション 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 新しいインスタンスを初期化します。 |
プロパティ
Client |
このリソース クライアントの ArmClient 作成元を取得します。 (継承元 ArmCollection) |
Diagnostics |
このリソース クライアントの診断オプションを取得します。 (継承元 ArmCollection) |
Endpoint |
このリソース クライアントのベース URI を取得します。 (継承元 ArmCollection) |
Id |
リソース識別子を取得します。 (継承元 ArmCollection) |
Pipeline |
このリソース クライアントのパイプラインを取得します。 (継承元 ArmCollection) |
メソッド
CreateOrUpdate(WaitUntil, ManagedInstanceStartStopScheduleName, ManagedInstanceStartStopScheduleData, CancellationToken) |
マネージド インスタンスの開始/停止スケジュールを作成または更新します。
|
CreateOrUpdateAsync(WaitUntil, ManagedInstanceStartStopScheduleName, ManagedInstanceStartStopScheduleData, CancellationToken) |
マネージド インスタンスの開始/停止スケジュールを作成または更新します。
|
Exists(ManagedInstanceStartStopScheduleName, CancellationToken) |
リソースが Azure に存在するかどうかを確認します。
|
ExistsAsync(ManagedInstanceStartStopScheduleName, CancellationToken) |
リソースが Azure に存在するかどうかを確認します。
|
Get(ManagedInstanceStartStopScheduleName, CancellationToken) |
マネージド インスタンスの開始/停止スケジュールを取得します。
|
GetAll(CancellationToken) |
マネージド インスタンスの開始/停止スケジュールを一覧表示します。
|
GetAllAsync(CancellationToken) |
マネージド インスタンスの開始/停止スケジュールを一覧表示します。
|
GetAsync(ManagedInstanceStartStopScheduleName, CancellationToken) |
マネージド インスタンスの開始/停止スケジュールを取得します。
|
GetIfExists(ManagedInstanceStartStopScheduleName, CancellationToken) |
サービスからこのリソースの詳細の取得を試みます。
|
GetIfExistsAsync(ManagedInstanceStartStopScheduleName, CancellationToken) |
サービスからこのリソースの詳細の取得を試みます。
|
TryGetApiVersion(ResourceType, String) |
現在のクライアント オプションに設定されている場合は、API バージョンのオーバーライドを取得します。 (継承元 ArmCollection) |
明示的なインターフェイスの実装
IAsyncEnumerable<ManagedInstanceStartStopScheduleResource>.GetAsyncEnumerator(CancellationToken) |
コレクションを非同期に反復処理する列挙子を返します。 |
IEnumerable.GetEnumerator() |
コレクションを反復処理する列挙子を返します。 |
IEnumerable<ManagedInstanceStartStopScheduleResource>.GetEnumerator() |
コレクションを反復処理する列挙子を返します。 |
適用対象
Azure SDK for .NET