次の方法で共有


PrivateLinkScopedResource コンストラクター

定義

オーバーロード

PrivateLinkScopedResource()

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

PrivateLinkScopedResource(String, String)

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

PrivateLinkScopedResource()

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

public PrivateLinkScopedResource ();
Public Sub New ()

適用対象

PrivateLinkScopedResource(String, String)

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

public PrivateLinkScopedResource (string resourceId = default, string scopeId = default);
new Microsoft.Azure.Management.OperationalInsights.Models.PrivateLinkScopedResource : string * string -> Microsoft.Azure.Management.OperationalInsights.Models.PrivateLinkScopedResource
Public Sub New (Optional resourceId As String = Nothing, Optional scopeId As String = Nothing)

パラメーター

resourceId
String

プライベート リンク スコープ リソースの完全なリソース ID。

scopeId
String

プライベート リンク スコープの一意の識別子。

適用対象