次の方法で共有


CloudServiceOSFamilyCollection クラス

定義

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

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

コンストラクター

CloudServiceOSFamilyCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/cloudServiceOsFamilies/{osFamilyName}
  • 操作IdCloudServiceOperatingSystems_GetOSFamily
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/cloudServiceOsFamilies/{osFamilyName}
  • 操作IdCloudServiceOperatingSystems_GetOSFamily
Get(String, CancellationToken)

クラウド サービスの XML サービス構成 (.cscfg) で指定できるゲスト オペレーティング システム ファミリのプロパティを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/cloudServiceOsFamilies/{osFamilyName}
  • 操作IdCloudServiceOperatingSystems_GetOSFamily
GetAll(CancellationToken)

クラウド サービスの XML サービス構成 (.cscfg) で指定できるすべてのゲスト オペレーティング システム ファミリの一覧を取得します。 応答で nextLink プロパティを使用して、OS ファミリの次のページを取得します。 nextLink が null になるまでこれを行って、すべての OS ファミリをフェッチします。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/cloudServiceOsFamilies
  • 操作IdCloudServiceOperatingSystems_ListOSFamilies
GetAllAsync(CancellationToken)

クラウド サービスの XML サービス構成 (.cscfg) で指定できるすべてのゲスト オペレーティング システム ファミリの一覧を取得します。 応答で nextLink プロパティを使用して、OS ファミリの次のページを取得します。 nextLink が null になるまでこれを行って、すべての OS ファミリをフェッチします。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/cloudServiceOsFamilies
  • 操作IdCloudServiceOperatingSystems_ListOSFamilies
GetAsync(String, CancellationToken)

クラウド サービスの XML サービス構成 (.cscfg) で指定できるゲスト オペレーティング システム ファミリのプロパティを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/cloudServiceOsFamilies/{osFamilyName}
  • 操作IdCloudServiceOperatingSystems_GetOSFamily
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<CloudServiceOSFamilyResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<CloudServiceOSFamilyResource>.GetEnumerator()

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

適用対象