PrivateEndpointConnection Interface
public interface PrivateEndpointConnection
An interface representing a private endpoint connection.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract String | id() |
abstract String | name() |
abstract
Private |
privateEndpoint() |
abstract
Private |
privateLinkServiceConnectionState() |
abstract
Private |
provisioningState() |
abstract String | type() |
Method Details
id
public abstract String id()
Returns:
the ID of the resource.
name
public abstract String name()
Returns:
the name of the resource.
privateEndpoint
public abstract PrivateEndpoint privateEndpoint()
Returns:
the private endpoint.
privateLinkServiceConnectionState
public abstract PrivateLinkServiceConnectionState privateLinkServiceConnectionState()
Returns:
the state of the private link service connection.
provisioningState
public abstract PrivateEndpointConnectionProvisioningState provisioningState()
Returns:
the provisioning state.
type
public abstract String type()
Returns:
the type of the resource.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java