Class RemotePrivateEndpointConnection
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.models.RemotePrivateEndpointConnection
-
public final class RemotePrivateEndpointConnection extends Object
A remote private endpoint connection.
-
-
Constructor Summary
Constructors Constructor Description RemotePrivateEndpointConnection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArmIdWrapper
privateEndpoint()
Get the privateEndpoint property: PrivateEndpoint of a remote private endpoint connection.PrivateLinkConnectionState
privateLinkServiceConnectionState()
Get the privateLinkServiceConnectionState property: The state of a private link connection.String
provisioningState()
Get the provisioningState property: The provisioningState property.void
validate()
Validates the instance.RemotePrivateEndpointConnection
withPrivateEndpoint(ArmIdWrapper privateEndpoint)
Set the privateEndpoint property: PrivateEndpoint of a remote private endpoint connection.RemotePrivateEndpointConnection
withPrivateLinkServiceConnectionState(PrivateLinkConnectionState privateLinkServiceConnectionState)
Set the privateLinkServiceConnectionState property: The state of a private link connection.
-
-
-
Method Detail
-
provisioningState
public String provisioningState()
Get the provisioningState property: The provisioningState property.- Returns:
- the provisioningState value.
-
privateEndpoint
public ArmIdWrapper privateEndpoint()
Get the privateEndpoint property: PrivateEndpoint of a remote private endpoint connection.- Returns:
- the privateEndpoint value.
-
withPrivateEndpoint
public RemotePrivateEndpointConnection withPrivateEndpoint(ArmIdWrapper privateEndpoint)
Set the privateEndpoint property: PrivateEndpoint of a remote private endpoint connection.- Parameters:
privateEndpoint
- the privateEndpoint value to set.- Returns:
- the RemotePrivateEndpointConnection object itself.
-
privateLinkServiceConnectionState
public PrivateLinkConnectionState privateLinkServiceConnectionState()
Get the privateLinkServiceConnectionState property: The state of a private link connection.- Returns:
- the privateLinkServiceConnectionState value.
-
withPrivateLinkServiceConnectionState
public RemotePrivateEndpointConnection withPrivateLinkServiceConnectionState(PrivateLinkConnectionState privateLinkServiceConnectionState)
Set the privateLinkServiceConnectionState property: The state of a private link connection.- Parameters:
privateLinkServiceConnectionState
- the privateLinkServiceConnectionState value to set.- Returns:
- the RemotePrivateEndpointConnection object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-