次の方法で共有


SynapseDedicatedSqlMinimalTlsSettingCollection クラス

定義

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

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

コンストラクター

SynapseDedicatedSqlMinimalTlsSettingCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, SynapseDedicatedSqlMinimalTlsSettingName, SynapseDedicatedSqlMinimalTlsSettingData, CancellationToken)

ワークスペースマネージド SQL Server の最小 tls 設定を更新します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/dedicatedSQLminimalTlsSettings/{dedicatedSQLminimalTlsSettingsName}
  • 操作IdWorkspaceManagedSqlServerDedicatedSQLMinimalTlsSettings_Update
CreateOrUpdateAsync(WaitUntil, SynapseDedicatedSqlMinimalTlsSettingName, SynapseDedicatedSqlMinimalTlsSettingData, CancellationToken)

ワークスペースマネージド SQL Server の最小 tls 設定を更新します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/dedicatedSQLminimalTlsSettings/{dedicatedSQLminimalTlsSettingsName}
  • 操作IdWorkspaceManagedSqlServerDedicatedSQLMinimalTlsSettings_Update
Exists(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/dedicatedSQLminimalTlsSettings/{dedicatedSQLminimalTlsSettingsName}
  • 操作IdWorkspaceManagedSqlServerDedicatedSQLMinimalTlsSettings_Get
ExistsAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/dedicatedSQLminimalTlsSettings/{dedicatedSQLminimalTlsSettingsName}
  • 操作IdWorkspaceManagedSqlServerDedicatedSQLMinimalTlsSettings_Get
Get(String, CancellationToken)

ワークスペースマネージド SQL Server の最小 tls 設定を取得します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/dedicatedSQLminimalTlsSettings/{dedicatedSQLminimalTlsSettingsName}
  • 操作IdWorkspaceManagedSqlServerDedicatedSQLMinimalTlsSettings_Get
GetAll(CancellationToken)

ワークスペースで管理される SQL Server の最小 tls 設定を一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/dedicatedSQLminimalTlsSettings
  • 操作IdWorkspaceManagedSqlServerDedicatedSQLMinimalTlsSettings_List
GetAllAsync(CancellationToken)

ワークスペースで管理される SQL Server の最小 tls 設定を一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/dedicatedSQLminimalTlsSettings
  • 操作IdWorkspaceManagedSqlServerDedicatedSQLMinimalTlsSettings_List
GetAsync(String, CancellationToken)

ワークスペースマネージド SQL Server の最小 tls 設定を取得します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/dedicatedSQLminimalTlsSettings/{dedicatedSQLminimalTlsSettingsName}
  • 操作IdWorkspaceManagedSqlServerDedicatedSQLMinimalTlsSettings_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<SynapseDedicatedSqlMinimalTlsSettingResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<SynapseDedicatedSqlMinimalTlsSettingResource>.GetEnumerator()

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

適用対象