你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

Gets the collection of custom DNS configurations.

abstract List<SubResource> networkInterfaces()

Gets the collection of reference of the network interfaces.

abstract PrivateDnsZoneGroups privateDnsZoneGroups()

Gets the resource collection API of private DNS zone group.

abstract Map<String,PrivateLinkServiceConnection> privateLinkServiceConnections()

Gets the collection of the private link service connections.

abstract ProvisioningState provisioningState()

Gets the provisioning state.

abstract SubResource subnet()

Gets the reference of the subnet.

Method Details

customDnsConfigurations

public abstract List customDnsConfigurations()

Gets the collection of custom DNS configurations.

Returns:

the collection of custom DNS configurations.

networkInterfaces

public abstract List networkInterfaces()

Gets the collection of reference of the network interfaces.

Returns:

the collection of reference of the network interfaces.

privateDnsZoneGroups

public abstract PrivateDnsZoneGroups privateDnsZoneGroups()

Gets the resource collection API of private DNS zone group.

Returns:

the resource collection API of private DNS zone group.

privateLinkServiceConnections

public abstract Map privateLinkServiceConnections()

Gets the collection of the private link service connections.

Returns:

the collection of the private link service connections.

provisioningState

public abstract ProvisioningState provisioningState()

Gets the provisioning state.

Returns:

the provisioning state.

subnet

public abstract SubResource subnet()

Gets the reference of the subnet.

Returns:

the reference of the subnet.

Applies to