PrivateEndpointConnectionProperties 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
PrivateEndpointConnectionProperties() |
Initializes a new instance of the PrivateEndpointConnectionProperties class. |
PrivateEndpointConnectionProperties(PrivateLinkServiceConnectionState, String, PrivateEndpoint) |
Initializes a new instance of the PrivateEndpointConnectionProperties class. |
PrivateEndpointConnectionProperties()
Initializes a new instance of the PrivateEndpointConnectionProperties class.
public PrivateEndpointConnectionProperties ();
Public Sub New ()
Applies to
PrivateEndpointConnectionProperties(PrivateLinkServiceConnectionState, String, PrivateEndpoint)
Initializes a new instance of the PrivateEndpointConnectionProperties class.
public PrivateEndpointConnectionProperties (Microsoft.Azure.Management.ContainerService.Models.PrivateLinkServiceConnectionState privateLinkServiceConnectionState, string provisioningState = default, Microsoft.Azure.Management.ContainerService.Models.PrivateEndpoint privateEndpoint = default);
new Microsoft.Azure.Management.ContainerService.Models.PrivateEndpointConnectionProperties : Microsoft.Azure.Management.ContainerService.Models.PrivateLinkServiceConnectionState * string * Microsoft.Azure.Management.ContainerService.Models.PrivateEndpoint -> Microsoft.Azure.Management.ContainerService.Models.PrivateEndpointConnectionProperties
Public Sub New (privateLinkServiceConnectionState As PrivateLinkServiceConnectionState, Optional provisioningState As String = Nothing, Optional privateEndpoint As PrivateEndpoint = Nothing)
Parameters
- privateLinkServiceConnectionState
- PrivateLinkServiceConnectionState
A collection of information about the state of the connection between service consumer and provider.
- provisioningState
- String
The current provisioning state. Possible values include: 'Canceled', 'Creating', 'Deleting', 'Failed', 'Succeeded'
- privateEndpoint
- PrivateEndpoint
The resource of private endpoint.