PrivateEndpoint Interface
Implements
GroupableResource<NetworkManager,PrivateEndpointInner>
Refreshable<PrivateEndpoint>
Updatable<Update>
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() |
abstract
List<Sub |
networkInterfaces() |
abstract
Private |
privateDnsZoneGroups() |
abstract
Map<String,Private |
privateLinkServiceConnections() |
abstract
Provisioning |
provisioningState() |
abstract
Sub |
subnet() |
Method Details
customDnsConfigurations
public abstract List
Returns:
the collection of custom DNS configurations.
networkInterfaces
public abstract List
Returns:
the collection of reference of the network interfaces.
privateDnsZoneGroups
public abstract PrivateDnsZoneGroups privateDnsZoneGroups()
Returns:
the resource collection API of private DNS zone group.
privateLinkServiceConnections
public abstract Map
Returns:
the collection of the private link service connections.
provisioningState
public abstract ProvisioningState provisioningState()
Returns:
the provisioning state.
subnet
public abstract SubResource subnet()
Returns:
the reference of the subnet.
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