次の方法で共有


SphereDeviceCollection クラス

定義

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

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

コンストラクター

SphereDeviceCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, SphereDeviceData, CancellationToken)

デバイスを作成します。 デバイス グループと製品名に対して '.unassigned' または '.default' を使用して、デバイスをカタログのみに要求します。

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

デバイスを作成します。 デバイス グループと製品名に対して '.unassigned' または '.default' を使用して、デバイスをカタログのみに要求します。

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

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

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

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

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

デバイスを取得します。 デバイスがデバイス グループと製品に属していない場合は、デバイス グループと製品名に '.unassigned' または '.default' を使用します。

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

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

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

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

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

デバイスを取得します。 デバイスがデバイス グループと製品に属していない場合は、デバイス グループと製品名に '.unassigned' または '.default' を使用します。

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<SphereDeviceResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<SphereDeviceResource>.GetEnumerator()

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

適用対象