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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Java