public interface PrivateEndpoint extends GroupableResource<NetworkManager,PrivateEndpointInner>, Refreshable<PrivateEndpoint>, Updatable<PrivateEndpoint.Update>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PrivateEndpoint.Definition
Container interface for all the definitions that need to be implemented.
|
static interface |
PrivateEndpoint.DefinitionStages
Grouping of all the private endpoint definition stages.
|
static interface |
PrivateEndpoint.PrivateLinkServiceConnection
A client-side representation of a private link service connection.
|
static interface |
PrivateEndpoint.Update
The template for a private endpoint update operation, containing all the settings that can be modified.
|
static interface |
PrivateEndpoint.UpdateStages
Grouping of all the private endpoint update stages.
|
Resource.DefinitionWithRegion<T>, Resource.DefinitionWithTags<T>, Resource.UpdateWithTags<T>| Modifier and Type | Method and Description |
|---|---|
List<CustomDnsConfigPropertiesFormat> |
customDnsConfigurations() |
List<com.azure.core.management.SubResource> |
networkInterfaces() |
PrivateDnsZoneGroups |
privateDnsZoneGroups() |
Map<String,PrivateEndpoint.PrivateLinkServiceConnection> |
privateLinkServiceConnections() |
ProvisioningState |
provisioningState() |
com.azure.core.management.SubResource |
subnet() |
region, regionName, tags, typenameresourceGroupNamemanagerinnerModelrefresh, refreshAsyncPrivateDnsZoneGroups privateDnsZoneGroups()
com.azure.core.management.SubResource subnet()
List<com.azure.core.management.SubResource> networkInterfaces()
ProvisioningState provisioningState()
Map<String,PrivateEndpoint.PrivateLinkServiceConnection> privateLinkServiceConnections()
List<CustomDnsConfigPropertiesFormat> customDnsConfigurations()
Copyright © 2021 Microsoft Corporation. All rights reserved.