IPv6FirewallRuleCollection クラス

定義

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

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

コンストラクター

IPv6FirewallRuleCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, IPv6FirewallRuleData, CancellationToken)

IPv6 ファイアウォール規則を作成または更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/ipv6FirewallRules/{firewallRuleName}
  • 操作IdIPv6FirewallRules_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, IPv6FirewallRuleData, CancellationToken)

IPv6 ファイアウォール規則を作成または更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/ipv6FirewallRules/{firewallRuleName}
  • 操作IdIPv6FirewallRules_CreateOrUpdate
Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/ipv6FirewallRules/{firewallRuleName}
  • 操作IdIPv6FirewallRules_Get
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/ipv6FirewallRules/{firewallRuleName}
  • 操作IdIPv6FirewallRules_Get
Get(String, CancellationToken)

IPv6 ファイアウォール規則を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/ipv6FirewallRules/{firewallRuleName}
  • 操作IdIPv6FirewallRules_Get
GetAll(CancellationToken)

IPv6 ファイアウォール規則の一覧を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/ipv6FirewallRules
  • 操作IdIPv6FirewallRules_ListByServer
GetAllAsync(CancellationToken)

IPv6 ファイアウォール規則の一覧を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/ipv6FirewallRules
  • 操作IdIPv6FirewallRules_ListByServer
GetAsync(String, CancellationToken)

IPv6 ファイアウォール規則を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/ipv6FirewallRules/{firewallRuleName}
  • 操作IdIPv6FirewallRules_Get
GetIfExists(String, CancellationToken)

サービスからこのリソースの詳細の取得を試みます。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/ipv6FirewallRules/{firewallRuleName}
  • 操作IdIPv6FirewallRules_Get
GetIfExistsAsync(String, CancellationToken)

サービスからこのリソースの詳細の取得を試みます。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/ipv6FirewallRules/{firewallRuleName}
  • 操作IdIPv6FirewallRules_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<IPv6FirewallRuleResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<IPv6FirewallRuleResource>.GetEnumerator()

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

適用対象