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
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.