Uses of Class
com.azure.resourcemanager.network.models.PrivateEndpointIpConfiguration
Packages that use PrivateEndpointIpConfiguration
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of PrivateEndpointIpConfiguration in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type PrivateEndpointIpConfigurationModifier and TypeMethodDescriptionPrivateEndpointInner.ipConfigurations()Get the ipConfigurations property: A list of IP configurations of the private endpoint.PrivateEndpointPropertiesInner.ipConfigurations()Get the ipConfigurations property: A list of IP configurations of the private endpoint.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type PrivateEndpointIpConfigurationModifier and TypeMethodDescriptionPrivateEndpointInner.withIpConfigurations(List<PrivateEndpointIpConfiguration> ipConfigurations) Set the ipConfigurations property: A list of IP configurations of the private endpoint.PrivateEndpointPropertiesInner.withIpConfigurations(List<PrivateEndpointIpConfiguration> ipConfigurations) Set the ipConfigurations property: A list of IP configurations of the private endpoint. -
Uses of PrivateEndpointIpConfiguration in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type PrivateEndpointIpConfigurationModifier and TypeClassDescriptionfinal classAn IP Configuration of the private endpoint.Methods in com.azure.resourcemanager.network.models that return PrivateEndpointIpConfigurationModifier and TypeMethodDescriptionPrivateEndpointIpConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PrivateEndpointIpConfiguration from the JsonReader.PrivateEndpointIpConfiguration.withGroupId(String groupId) Set the groupId property: The ID of a group obtained from the remote resource that this private endpoint should connect to.PrivateEndpointIpConfiguration.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.Set the name property: The name of the resource that is unique within a resource group.PrivateEndpointIpConfiguration.withPrivateIpAddress(String privateIpAddress) Set the privateIpAddress property: A private ip address obtained from the private endpoint's subnet.