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