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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java