Compartir a través de


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<CustomDnsConfigPropertiesFormat> customDnsConfigurations()
abstract List<SubResource> networkInterfaces()
abstract PrivateDnsZoneGroups privateDnsZoneGroups()
abstract Map<String,PrivateLinkServiceConnection> privateLinkServiceConnections()
abstract ProvisioningState provisioningState()
abstract SubResource subnet()

Method Details

customDnsConfigurations

public abstract List customDnsConfigurations()

Returns:

the collection of custom DNS configurations.

networkInterfaces

public abstract List networkInterfaces()

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 privateLinkServiceConnections()

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