Interface PrivateEndpoint

All Superinterfaces:
GroupableResource<NetworkManager,PrivateEndpointInner>, HasId, HasInnerModel<PrivateEndpointInner>, HasManager<NetworkManager>, HasName, HasResourceGroup, Indexable, Refreshable<PrivateEndpoint>, Resource, Updatable<PrivateEndpoint.Update>

An immutable client-side representation of an Azure private endpoint.
  • Method Details

    • privateDnsZoneGroups

      PrivateDnsZoneGroups privateDnsZoneGroups()
      Gets the resource collection API of private DNS zone group.
      Returns:
      the resource collection API of private DNS zone group.
    • subnet

      com.azure.core.management.SubResource subnet()
      Gets the reference of the subnet.
      Returns:
      the reference of the subnet.
    • networkInterfaces

      List<com.azure.core.management.SubResource> networkInterfaces()
      Gets the collection of reference of the network interfaces.
      Returns:
      the collection of reference of the network interfaces.
    • provisioningState

      ProvisioningState provisioningState()
      Gets the provisioning state.
      Returns:
      the provisioning state.
    • privateLinkServiceConnections

      Map<String,PrivateEndpoint.PrivateLinkServiceConnection> privateLinkServiceConnections()
      Gets the collection of the private link service connections.
      Returns:
      the collection of the private link service connections.
    • customDnsConfigurations

      List<CustomDnsConfigPropertiesFormat> customDnsConfigurations()
      Gets the collection of custom DNS configurations.
      Returns:
      the collection of custom DNS configurations.