次の方法で共有


AutoApprovedPrivateLinkService コンストラクター

定義

オーバーロード

AutoApprovedPrivateLinkService()

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

AutoApprovedPrivateLinkService(String)

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

AutoApprovedPrivateLinkService()

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

public AutoApprovedPrivateLinkService ();
Public Sub New ()

適用対象

AutoApprovedPrivateLinkService(String)

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

public AutoApprovedPrivateLinkService (string privateLinkService = default);
new Microsoft.Azure.Management.Network.Models.AutoApprovedPrivateLinkService : string -> Microsoft.Azure.Management.Network.Models.AutoApprovedPrivateLinkService
Public Sub New (Optional privateLinkService As String = Nothing)

パラメーター

privateLinkService
String

プライベート リンク サービス リソースの ID。

適用対象