Uses of Class
com.azure.resourcemanager.network.fluent.models.PrivateEndpointIpConfigurationProperties
Packages that use PrivateEndpointIpConfigurationProperties
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of PrivateEndpointIpConfigurationProperties in com.azure.resourcemanager.network.fluent.models
Classes in com.azure.resourcemanager.network.fluent.models that implement interfaces with type arguments of type PrivateEndpointIpConfigurationPropertiesModifier and TypeClassDescriptionfinal classProperties of an IP Configuration of the private endpoint.Methods in com.azure.resourcemanager.network.fluent.models that return PrivateEndpointIpConfigurationPropertiesModifier and TypeMethodDescriptionPrivateEndpointIpConfigurationProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PrivateEndpointIpConfigurationProperties from the JsonReader.PrivateEndpointIpConfigurationProperties.withGroupId(String groupId) Set the groupId property: The ID of a group obtained from the remote resource that this private endpoint should connect to.PrivateEndpointIpConfigurationProperties.withMemberName(String memberName) Set the memberName property: The member name of a group obtained from the remote resource that this private endpoint should connect to.PrivateEndpointIpConfigurationProperties.withPrivateIpAddress(String privateIpAddress) Set the privateIpAddress property: A private ip address obtained from the private endpoint's subnet.