Uses of Class
com.azure.resourcemanager.network.fluent.models.PrivateEndpointPropertiesInner
Packages that use PrivateEndpointPropertiesInner
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of PrivateEndpointPropertiesInner in com.azure.resourcemanager.network.fluent.models
Classes in com.azure.resourcemanager.network.fluent.models that implement interfaces with type arguments of type PrivateEndpointPropertiesInnerModifier and TypeClassDescriptionfinal classProperties of the private endpoint.Methods in com.azure.resourcemanager.network.fluent.models that return PrivateEndpointPropertiesInnerModifier and TypeMethodDescriptionPrivateEndpointPropertiesInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PrivateEndpointPropertiesInner from the JsonReader.PrivateEndpointPropertiesInner.withApplicationSecurityGroups(List<ApplicationSecurityGroupInner> applicationSecurityGroups) Set the applicationSecurityGroups property: Application security groups in which the private endpoint IP configuration is included.PrivateEndpointPropertiesInner.withCustomDnsConfigs(List<CustomDnsConfigPropertiesFormat> customDnsConfigs) Set the customDnsConfigs property: An array of custom dns configurations.PrivateEndpointPropertiesInner.withCustomNetworkInterfaceName(String customNetworkInterfaceName) Set the customNetworkInterfaceName property: The custom name of the network interface attached to the private endpoint.PrivateEndpointPropertiesInner.withIpConfigurations(List<PrivateEndpointIpConfiguration> ipConfigurations) Set the ipConfigurations property: A list of IP configurations of the private endpoint.PrivateEndpointPropertiesInner.withManualPrivateLinkServiceConnections(List<PrivateLinkServiceConnection> manualPrivateLinkServiceConnections) Set the manualPrivateLinkServiceConnections property: A grouping of information about the connection to the remote resource.PrivateEndpointPropertiesInner.withPrivateLinkServiceConnections(List<PrivateLinkServiceConnection> privateLinkServiceConnections) Set the privateLinkServiceConnections property: A grouping of information about the connection to the remote resource.PrivateEndpointPropertiesInner.withSubnet(SubnetInner subnet) Set the subnet property: The ID of the subnet from which the private IP will be allocated.