次の方法で共有


EdgeOrderCollection クラス

定義

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

public class EdgeOrderCollection : Azure.ResourceManager.ArmCollection
type EdgeOrderCollection = class
    inherit ArmCollection
Public Class EdgeOrderCollection
Inherits ArmCollection
継承
EdgeOrderCollection

コンストラクター

EdgeOrderCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

Exists(AzureLocation, String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EdgeOrder/locations/{location}/orders/{orderName}
  • 操作 IDGetOrderByName
ExistsAsync(AzureLocation, String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EdgeOrder/locations/{location}/orders/{orderName}
  • 操作 IDGetOrderByName
Get(AzureLocation, String, CancellationToken)

注文を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EdgeOrder/locations/{location}/orders/{orderName}
  • 操作 IDGetOrderByName
GetAsync(AzureLocation, String, CancellationToken)

注文を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EdgeOrder/locations/{location}/orders/{orderName}
  • 操作 IDGetOrderByName
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

適用対象