次の方法で共有


NginxDeploymentCollection クラス

定義

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

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

コンストラクター

NginxDeploymentCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, NginxDeploymentData, CancellationToken)

Nginx デプロイを作成または更新する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Nginx.NginxPlus/nginxDeployments/{deploymentName}
  • 操作IdDeployments_Create
CreateOrUpdateAsync(WaitUntil, String, NginxDeploymentData, CancellationToken)

Nginx デプロイを作成または更新する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Nginx.NginxPlus/nginxDeployments/{deploymentName}
  • 操作IdDeployments_Create
Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Nginx.NginxPlus/nginxDeployments/{deploymentName}
  • 操作IdDeployments_Get
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Nginx.NginxPlus/nginxDeployments/{deploymentName}
  • 操作IdDeployments_Get
Get(String, CancellationToken)

Nginx デプロイを取得する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Nginx.NginxPlus/nginxDeployments/{deploymentName}
  • 操作IdDeployments_Get
GetAll(CancellationToken)

指定したリソース グループのすべての Nginx デプロイを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Nginx.NginxPlus/nginxDeployments
  • 操作IdDeployments_ListByResourceGroup
GetAllAsync(CancellationToken)

指定したリソース グループのすべての Nginx デプロイを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Nginx.NginxPlus/nginxDeployments
  • 操作IdDeployments_ListByResourceGroup
GetAsync(String, CancellationToken)

Nginx デプロイを取得する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Nginx.NginxPlus/nginxDeployments/{deploymentName}
  • 操作IdDeployments_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<NginxDeploymentResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<NginxDeploymentResource>.GetEnumerator()

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

適用対象