PrivateEndpointConnection Interface
public interface PrivateEndpointConnection
An interface representing a private endpoint connection.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract String |
id()
Gets the ID of the resource. |
abstract String |
name()
Gets the name of the resource. |
abstract
Private |
privateEndpoint()
Gets the private endpoint. |
abstract
Private |
privateLinkServiceConnectionState()
Gets the state of the private link service connection. |
abstract
Private |
provisioningState()
Gets the provisioning state. |
abstract String |
type()
Gets the type of the resource. |
Method Details
id
public abstract String id()
Gets the ID of the resource.
Returns:
name
public abstract String name()
Gets the name of the resource.
Returns:
privateEndpoint
public abstract PrivateEndpoint privateEndpoint()
Gets the private endpoint.
Returns:
privateLinkServiceConnectionState
public abstract PrivateLinkServiceConnectionState privateLinkServiceConnectionState()
Gets the state of the private link service connection.
Returns:
provisioningState
public abstract PrivateEndpointConnectionProvisioningState provisioningState()
Gets the provisioning state.
Returns:
type
public abstract String type()
Gets the type of the resource.
Returns:
Applies to
Azure SDK for Java