次の方法で共有


FrontDoorSecretCollection クラス

定義

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

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

コンストラクター

FrontDoorSecretCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, FrontDoorSecretData, CancellationToken)

指定したプロファイル内に新しいシークレットを作成します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/secrets/{secretName}
  • 操作IdFrontDoorSecrets_Create
CreateOrUpdateAsync(WaitUntil, String, FrontDoorSecretData, CancellationToken)

指定したプロファイル内に新しいシークレットを作成します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/secrets/{secretName}
  • 操作IdFrontDoorSecrets_Create
Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/secrets/{secretName}
  • 操作IdFrontDoorSecrets_Get
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/secrets/{secretName}
  • 操作IdFrontDoorSecrets_Get
Get(String, CancellationToken)

プロファイル内の既存のシークレットを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/secrets/{secretName}
  • 操作IdFrontDoorSecrets_Get
GetAll(CancellationToken)

既存の AzureFrontDoor シークレットを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/secrets
  • 操作IdFrontDoorSecrets_ListByProfile
GetAllAsync(CancellationToken)

既存の AzureFrontDoor シークレットを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/secrets
  • 操作IdFrontDoorSecrets_ListByProfile
GetAsync(String, CancellationToken)

プロファイル内の既存のシークレットを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/secrets/{secretName}
  • 操作IdFrontDoorSecrets_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<FrontDoorSecretResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<FrontDoorSecretResource>.GetEnumerator()

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

適用対象