次の方法で共有


SphereDeviceGroupCollection クラス

定義

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

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

コンストラクター

SphereDeviceGroupCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, SphereDeviceGroupData, CancellationToken)

DeviceGroup を作成します。 '.default' と '.unassigned' はシステム定義の値であり、製品またはデバイス グループ名には使用できません。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureSphere/catalogs/{catalogName}/products/{productName}/deviceGroups/{deviceGroupName}
  • 操作IdDeviceGroups_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, SphereDeviceGroupData, CancellationToken)

DeviceGroup を作成します。 '.default' と '.unassigned' はシステム定義の値であり、製品またはデバイス グループ名には使用できません。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureSphere/catalogs/{catalogName}/products/{productName}/deviceGroups/{deviceGroupName}
  • 操作IdDeviceGroups_CreateOrUpdate
Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureSphere/catalogs/{catalogName}/products/{productName}/deviceGroups/{deviceGroupName}
  • 操作IdDeviceGroups_Get
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureSphere/catalogs/{catalogName}/products/{productName}/deviceGroups/{deviceGroupName}
  • 操作IdDeviceGroups_Get
Get(String, CancellationToken)

DeviceGroup を取得します。 '.default' と '.unassigned' はシステム定義の値であり、製品またはデバイス グループ名には使用できません。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureSphere/catalogs/{catalogName}/products/{productName}/deviceGroups/{deviceGroupName}
  • 操作IdDeviceGroups_Get
GetAll(String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, CancellationToken)

DeviceGroup リソースを製品別に一覧表示します。 '.default' と '.unassigned' はシステム定義値であり、製品名には使用できません。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureSphere/catalogs/{catalogName}/products/{productName}/deviceGroups
  • 操作IdDeviceGroups_ListByProduct
GetAllAsync(String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, CancellationToken)

DeviceGroup リソースを製品別に一覧表示します。 '.default' と '.unassigned' はシステム定義値であり、製品名には使用できません。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureSphere/catalogs/{catalogName}/products/{productName}/deviceGroups
  • 操作IdDeviceGroups_ListByProduct
GetAsync(String, CancellationToken)

DeviceGroup を取得します。 '.default' と '.unassigned' はシステム定義の値であり、製品またはデバイス グループ名には使用できません。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureSphere/catalogs/{catalogName}/products/{productName}/deviceGroups/{deviceGroupName}
  • 操作IdDeviceGroups_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<SphereDeviceGroupResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<SphereDeviceGroupResource>.GetEnumerator()

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

適用対象