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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java