你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PSMonitorPrivateLinkScope Constructors

Definition

Overloads

PSMonitorPrivateLinkScope()
PSMonitorPrivateLinkScope(String, IDictionary<String,String>, String, String, String, String, IList<PSPrivateEndpointConnection>)

PSMonitorPrivateLinkScope()

public PSMonitorPrivateLinkScope ();
Public Sub New ()

Applies to

PSMonitorPrivateLinkScope(String, IDictionary<String,String>, String, String, String, String, IList<PSPrivateEndpointConnection>)

public PSMonitorPrivateLinkScope (string location, System.Collections.Generic.IDictionary<string,string> tags = default, string id = default, string name = default, string type = default, string provisioningState = default, System.Collections.Generic.IList<Microsoft.Azure.Commands.Insights.OutputClasses.PSPrivateEndpointConnection> privateEndpointConnections = default);
new Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope : string * System.Collections.Generic.IDictionary<string, string> * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Commands.Insights.OutputClasses.PSPrivateEndpointConnection> -> Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope
Public Sub New (location As String, Optional tags As IDictionary(Of String, String) = Nothing, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional provisioningState As String = Nothing, Optional privateEndpointConnections As IList(Of PSPrivateEndpointConnection) = Nothing)

Parameters

location
String
id
String
name
String
type
String
provisioningState
String
privateEndpointConnections
IList<PSPrivateEndpointConnection>

Applies to