public class PrivateEndpointInner
extends com.azure.core.management.Resource
| Constructor and Description |
|---|
PrivateEndpointInner() |
| Modifier and Type | Method and Description |
|---|---|
List<CustomDnsConfigPropertiesFormat> |
customDnsConfigs()
Get the customDnsConfigs property: An array of custom dns configurations.
|
String |
etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
|
String |
id()
Get the id property: Resource ID.
|
List<PrivateLinkServiceConnection> |
manualPrivateLinkServiceConnections()
Get the manualPrivateLinkServiceConnections property: A grouping of information about the connection to the
remote resource.
|
List<NetworkInterfaceInner> |
networkInterfaces()
Get the networkInterfaces property: An array of references to the network interfaces created for this private
endpoint.
|
List<PrivateLinkServiceConnection> |
privateLinkServiceConnections()
Get the privateLinkServiceConnections property: A grouping of information about the connection to the remote
resource.
|
ProvisioningState |
provisioningState()
Get the provisioningState property: The provisioning state of the private endpoint resource.
|
SubnetInner |
subnet()
Get the subnet property: The ID of the subnet from which the private IP will be allocated.
|
void |
validate()
Validates the instance.
|
PrivateEndpointInner |
withCustomDnsConfigs(List<CustomDnsConfigPropertiesFormat> customDnsConfigs)
Set the customDnsConfigs property: An array of custom dns configurations.
|
PrivateEndpointInner |
withId(String id)
Set the id property: Resource ID.
|
PrivateEndpointInner |
withManualPrivateLinkServiceConnections(List<PrivateLinkServiceConnection> manualPrivateLinkServiceConnections)
Set the manualPrivateLinkServiceConnections property: A grouping of information about the connection to the
remote resource.
|
PrivateEndpointInner |
withPrivateLinkServiceConnections(List<PrivateLinkServiceConnection> privateLinkServiceConnections)
Set the privateLinkServiceConnections property: A grouping of information about the connection to the remote
resource.
|
PrivateEndpointInner |
withSubnet(SubnetInner subnet)
Set the subnet property: The ID of the subnet from which the private IP will be allocated.
|
public String etag()
public SubnetInner subnet()
public PrivateEndpointInner withSubnet(SubnetInner subnet)
subnet - the subnet value to set.public List<NetworkInterfaceInner> networkInterfaces()
public ProvisioningState provisioningState()
public List<PrivateLinkServiceConnection> privateLinkServiceConnections()
public PrivateEndpointInner withPrivateLinkServiceConnections(List<PrivateLinkServiceConnection> privateLinkServiceConnections)
privateLinkServiceConnections - the privateLinkServiceConnections value to set.public List<PrivateLinkServiceConnection> manualPrivateLinkServiceConnections()
public PrivateEndpointInner withManualPrivateLinkServiceConnections(List<PrivateLinkServiceConnection> manualPrivateLinkServiceConnections)
manualPrivateLinkServiceConnections - the manualPrivateLinkServiceConnections value to set.public List<CustomDnsConfigPropertiesFormat> customDnsConfigs()
public PrivateEndpointInner withCustomDnsConfigs(List<CustomDnsConfigPropertiesFormat> customDnsConfigs)
customDnsConfigs - the customDnsConfigs value to set.public String id()
id in class com.azure.core.management.ProxyResourcepublic PrivateEndpointInner withId(String id)
id - the id value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.