AutomationCredentialCollection クラス

定義

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

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

コンストラクター

AutomationCredentialCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, AutomationCredentialCreateOrUpdateContent, CancellationToken)

資格情報を作成します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/credentials/{credentialName}
  • 操作IdCredential_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, AutomationCredentialCreateOrUpdateContent, CancellationToken)

資格情報を作成します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/credentials/{credentialName}
  • 操作IdCredential_CreateOrUpdate
Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/credentials/{credentialName}
  • 操作IdCredential_Get
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/credentials/{credentialName}
  • 操作IdCredential_Get
Get(String, CancellationToken)

資格情報名で識別される資格情報を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/credentials/{credentialName}
  • 操作IdCredential_Get
GetAll(CancellationToken)

資格情報の一覧を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/credentials
  • 操作IdCredential_ListByAutomationAccount
GetAllAsync(CancellationToken)

資格情報の一覧を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/credentials
  • 操作IdCredential_ListByAutomationAccount
GetAsync(String, CancellationToken)

資格情報名で識別される資格情報を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/credentials/{credentialName}
  • 操作IdCredential_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<AutomationCredentialResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<AutomationCredentialResource>.GetEnumerator()

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

適用対象