次の方法で共有


SphereDeploymentCollection クラス

定義

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

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

コンストラクター

SphereDeploymentCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, SphereDeploymentData, CancellationToken)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<SphereDeploymentResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<SphereDeploymentResource>.GetEnumerator()

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

適用対象