PrivateEndpointConnection 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
PrivateEndpointConnection() |
Initializes a new instance of the PrivateEndpointConnection class. |
PrivateEndpointConnection(String, String, String, PrivateEndpoint, PrivateLinkServiceConnectionState, String) |
Initializes a new instance of the PrivateEndpointConnection class. |
PrivateEndpointConnection()
Initializes a new instance of the PrivateEndpointConnection class.
public PrivateEndpointConnection ();
Public Sub New ()
Applies to
PrivateEndpointConnection(String, String, String, PrivateEndpoint, PrivateLinkServiceConnectionState, String)
Initializes a new instance of the PrivateEndpointConnection class.
public PrivateEndpointConnection (string id = default, string name = default, string type = default, Microsoft.Azure.Management.Purview.Models.PrivateEndpoint privateEndpoint = default, Microsoft.Azure.Management.Purview.Models.PrivateLinkServiceConnectionState privateLinkServiceConnectionState = default, string provisioningState = default);
new Microsoft.Azure.Management.Purview.Models.PrivateEndpointConnection : string * string * string * Microsoft.Azure.Management.Purview.Models.PrivateEndpoint * Microsoft.Azure.Management.Purview.Models.PrivateLinkServiceConnectionState * string -> Microsoft.Azure.Management.Purview.Models.PrivateEndpointConnection
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional privateEndpoint As PrivateEndpoint = Nothing, Optional privateLinkServiceConnectionState As PrivateLinkServiceConnectionState = Nothing, Optional provisioningState As String = Nothing)
Parameters
- id
- String
Gets or sets the identifier.
- name
- String
Gets or sets the name.
- type
- String
Gets or sets the type.
- privateEndpoint
- PrivateEndpoint
The private endpoint information.
- privateLinkServiceConnectionState
- PrivateLinkServiceConnectionState
The private link service connection state.
- provisioningState
- String
The provisioning state.
Applies to
Azure SDK for .NET