次の方法で共有


RegulatoryComplianceStandardCollection クラス

定義

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

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

コンストラクター

RegulatoryComplianceStandardCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Security/regulatoryComplianceStandards/{regulatoryComplianceStandardName}
  • 操作IdRegulatoryComplianceStandards_Get
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Security/regulatoryComplianceStandards/{regulatoryComplianceStandardName}
  • 操作IdRegulatoryComplianceStandards_Get
Get(String, CancellationToken)

選択した標準でサポートされている規制コンプライアンスの詳細の状態

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Security/regulatoryComplianceStandards/{regulatoryComplianceStandardName}
  • 操作IdRegulatoryComplianceStandards_Get
GetAll(String, CancellationToken)

サポートされている規制コンプライアンス標準の詳細と状態

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Security/regulatoryComplianceStandards
  • 操作IdRegulatoryComplianceStandards_List
GetAllAsync(String, CancellationToken)

サポートされている規制コンプライアンス標準の詳細と状態

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Security/regulatoryComplianceStandards
  • 操作IdRegulatoryComplianceStandards_List
GetAsync(String, CancellationToken)

選択した標準でサポートされている規制コンプライアンスの詳細の状態

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Security/regulatoryComplianceStandards/{regulatoryComplianceStandardName}
  • 操作IdRegulatoryComplianceStandards_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<RegulatoryComplianceStandardResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<RegulatoryComplianceStandardResource>.GetEnumerator()

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

適用対象