次の方法で共有


PrivateEndpointConnectionVaultProperties コンストラクター

定義

オーバーロード

PrivateEndpointConnectionVaultProperties()

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

PrivateEndpointConnectionVaultProperties(String, PrivateEndpointConnection, String, String, String)

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

PrivateEndpointConnectionVaultProperties()

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

public PrivateEndpointConnectionVaultProperties ();
Public Sub New ()

適用対象

PrivateEndpointConnectionVaultProperties(String, PrivateEndpointConnection, String, String, String)

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

public PrivateEndpointConnectionVaultProperties (string id = default, Microsoft.Azure.Management.RecoveryServices.Models.PrivateEndpointConnection properties = default, string name = default, string type = default, string location = default);
new Microsoft.Azure.Management.RecoveryServices.Models.PrivateEndpointConnectionVaultProperties : string * Microsoft.Azure.Management.RecoveryServices.Models.PrivateEndpointConnection * string * string * string -> Microsoft.Azure.Management.RecoveryServices.Models.PrivateEndpointConnectionVaultProperties
Public Sub New (Optional id As String = Nothing, Optional properties As PrivateEndpointConnection = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing)

パラメーター

id
String

id subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft の形式。[Service]/{resource}/{resourceName}/privateEndpointConnections/{connectionName}。

name
String

プライベート エンドポイント接続の名前

type
String

型 (形式は Microsoft.RecoveryServices/vaults/privateEndpointConnections)

location
String

プライベート エンドポイント接続の場所

適用対象