PSMonitorPrivateLinkScope Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- tags
- IDictionary<String,String>
- id
- String
- name
- String
- type
- String
- provisioningState
- String
- privateEndpointConnections
- IList<PSPrivateEndpointConnection>