PrivateEndpoint Interface
Implements
public interface PrivateEndpoint
extends GroupableResource<NetworkManager,PrivateEndpointInner>, Refreshable<PrivateEndpoint>, Updatable<Update>
An immutable client-side representation of an Azure private endpoint.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
List<Custom |
customDnsConfigurations()
Gets the collection of custom DNS configurations. |
abstract
List<Sub |
networkInterfaces()
Gets the collection of reference of the network interfaces. |
abstract
Private |
privateDnsZoneGroups()
Gets the resource collection API of private DNS zone group. |
abstract
Map<String,Private |
privateLinkServiceConnections()
Gets the collection of the private link service connections. |
abstract
Provisioning |
provisioningState()
Gets the provisioning state. |
abstract
Sub |
subnet()
Gets the reference of the subnet. |
Method Details
customDnsConfigurations
public abstract List
Gets the collection of custom DNS configurations.
Returns:
networkInterfaces
public abstract List
Gets the collection of reference of the network interfaces.
Returns:
privateDnsZoneGroups
public abstract PrivateDnsZoneGroups privateDnsZoneGroups()
Gets the resource collection API of private DNS zone group.
Returns:
privateLinkServiceConnections
public abstract Map
Gets the collection of the private link service connections.
Returns:
provisioningState
public abstract ProvisioningState provisioningState()
Gets the provisioning state.
Returns:
subnet
public abstract SubResource subnet()
Gets the reference of the subnet.
Returns: