PrivateEndpointConnectionForPrivateLinkHub 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
PrivateEndpointConnectionForPrivateLinkHub() |
Initializes a new instance of the PrivateEndpointConnectionForPrivateLinkHub class. |
PrivateEndpointConnectionForPrivateLinkHub(String, PrivateEndpoint, PrivateLinkServiceConnectionState, String, String, String) |
Initializes a new instance of the PrivateEndpointConnectionForPrivateLinkHub class. |
PrivateEndpointConnectionForPrivateLinkHub()
Initializes a new instance of the PrivateEndpointConnectionForPrivateLinkHub class.
public PrivateEndpointConnectionForPrivateLinkHub ();
Public Sub New ()
Applies to
PrivateEndpointConnectionForPrivateLinkHub(String, PrivateEndpoint, PrivateLinkServiceConnectionState, String, String, String)
Initializes a new instance of the PrivateEndpointConnectionForPrivateLinkHub class.
public PrivateEndpointConnectionForPrivateLinkHub (string id = default, Microsoft.Azure.Management.Synapse.Models.PrivateEndpoint privateEndpoint = default, Microsoft.Azure.Management.Synapse.Models.PrivateLinkServiceConnectionState privateLinkServiceConnectionState = default, string provisioningState = default, string name = default, string type = default);
new Microsoft.Azure.Management.Synapse.Models.PrivateEndpointConnectionForPrivateLinkHub : string * Microsoft.Azure.Management.Synapse.Models.PrivateEndpoint * Microsoft.Azure.Management.Synapse.Models.PrivateLinkServiceConnectionState * string * string * string -> Microsoft.Azure.Management.Synapse.Models.PrivateEndpointConnectionForPrivateLinkHub
Public Sub New (Optional id As String = Nothing, Optional privateEndpoint As PrivateEndpoint = Nothing, Optional privateLinkServiceConnectionState As PrivateLinkServiceConnectionState = Nothing, Optional provisioningState As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing)
Parameters
- id
- String
identifier
- privateEndpoint
- PrivateEndpoint
The private endpoint which the connection belongs to.
- privateLinkServiceConnectionState
- PrivateLinkServiceConnectionState
Connection state of the private endpoint connection.
- provisioningState
- String
Provisioning state of the private endpoint connection.
- name
- String
- type
- String
Applies to
Azure SDK for .NET