次の方法で共有


ManagedInstancePecProperty コンストラクター

定義

オーバーロード

ManagedInstancePecProperty()

ManagedInstancePecProperty クラスの新しいインスタンスを初期化します。

ManagedInstancePecProperty(String, ManagedInstancePrivateEndpointConnectionProperties)

ManagedInstancePecProperty クラスの新しいインスタンスを初期化します。

ManagedInstancePecProperty()

ManagedInstancePecProperty クラスの新しいインスタンスを初期化します。

public ManagedInstancePecProperty();
Public Sub New ()

適用対象

ManagedInstancePecProperty(String, ManagedInstancePrivateEndpointConnectionProperties)

ManagedInstancePecProperty クラスの新しいインスタンスを初期化します。

public ManagedInstancePecProperty(string id = default, Microsoft.Azure.Management.Sql.Models.ManagedInstancePrivateEndpointConnectionProperties properties = default);
new Microsoft.Azure.Management.Sql.Models.ManagedInstancePecProperty : string * Microsoft.Azure.Management.Sql.Models.ManagedInstancePrivateEndpointConnectionProperties -> Microsoft.Azure.Management.Sql.Models.ManagedInstancePecProperty
Public Sub New (Optional id As String = Nothing, Optional properties As ManagedInstancePrivateEndpointConnectionProperties = Nothing)

パラメーター

id
String

リソースの ID

properties
ManagedInstancePrivateEndpointConnectionProperties

プライベート エンドポイント接続プロパティ

適用対象