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, PrivateEndpoint, PrivateLinkServiceConnectionState) |
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, PrivateEndpoint, PrivateLinkServiceConnectionState)
Initializes a new instance of the PrivateEndpointConnection class.
public PrivateEndpointConnection (string provisioningState = default, Microsoft.Azure.Management.RecoveryServices.Backup.Models.PrivateEndpoint privateEndpoint = default, Microsoft.Azure.Management.RecoveryServices.Backup.Models.PrivateLinkServiceConnectionState privateLinkServiceConnectionState = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.PrivateEndpointConnection : string * Microsoft.Azure.Management.RecoveryServices.Backup.Models.PrivateEndpoint * Microsoft.Azure.Management.RecoveryServices.Backup.Models.PrivateLinkServiceConnectionState -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.PrivateEndpointConnection
Public Sub New (Optional provisioningState As String = Nothing, Optional privateEndpoint As PrivateEndpoint = Nothing, Optional privateLinkServiceConnectionState As PrivateLinkServiceConnectionState = Nothing)
Parameters
- provisioningState
- String
Gets or sets provisioning state of the private endpoint connection. Possible values include: 'Succeeded', 'Deleting', 'Failed', 'Pending'
- privateEndpoint
- PrivateEndpoint
Gets or sets private endpoint associated with the private endpoint connection
- privateLinkServiceConnectionState
- PrivateLinkServiceConnectionState
Gets or sets private link service connection state