PSPrivateEndpointConnection Constructor
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.
Initializes a new instance of the PrivateEndpointConnection class.
public PSPrivateEndpointConnection (string id = default, string name = default, string type = default, Microsoft.Azure.Commands.Insights.OutputClasses.PSPrivateEndpointProperty privateEndpoint = default, Microsoft.Azure.Commands.Insights.OutputClasses.PSPrivateLinkServiceConnectionStateProperty privateLinkServiceConnectionState = default, string provisioningState = default);
new Microsoft.Azure.Commands.Insights.OutputClasses.PSPrivateEndpointConnection : string * string * string * Microsoft.Azure.Commands.Insights.OutputClasses.PSPrivateEndpointProperty * Microsoft.Azure.Commands.Insights.OutputClasses.PSPrivateLinkServiceConnectionStateProperty * string -> Microsoft.Azure.Commands.Insights.OutputClasses.PSPrivateEndpointConnection
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional privateEndpoint As PSPrivateEndpointProperty = Nothing, Optional privateLinkServiceConnectionState As PSPrivateLinkServiceConnectionStateProperty = Nothing, Optional provisioningState As String = Nothing)
Parameters
- id
- String
- name
- String
- type
- String
- privateEndpoint
- PSPrivateEndpointProperty
Private endpoint which the connection belongs to.
- privateLinkServiceConnectionState
- PSPrivateLinkServiceConnectionStateProperty
Connection state of the private endpoint connection.
- provisioningState
- String
State of the private endpoint connection.