Uses of Class
com.azure.resourcemanager.network.models.PrivateEndpointIpConfiguration
-
Packages that use PrivateEndpointIpConfiguration Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 PrivateEndpointIpConfiguration Modifier and Type Method Description List<PrivateEndpointIpConfiguration>PrivateEndpointInner. ipConfigurations()Get the ipConfigurations property: A list of IP configurations of the private endpoint.List<PrivateEndpointIpConfiguration>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 PrivateEndpointIpConfiguration Modifier and Type Method Description PrivateEndpointInnerPrivateEndpointInner. withIpConfigurations(List<PrivateEndpointIpConfiguration> ipConfigurations)Set the ipConfigurations property: A list of IP configurations of the private endpoint.PrivateEndpointPropertiesInnerPrivateEndpointPropertiesInner. 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
Methods in com.azure.resourcemanager.network.models that return PrivateEndpointIpConfiguration Modifier and Type Method Description PrivateEndpointIpConfigurationPrivateEndpointIpConfiguration. withGroupId(String groupId)Set the groupId property: The ID of a group obtained from the remote resource that this private endpoint should connect to.PrivateEndpointIpConfigurationPrivateEndpointIpConfiguration. 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.PrivateEndpointIpConfigurationPrivateEndpointIpConfiguration. withName(String name)Set the name property: The name of the resource that is unique within a resource group.PrivateEndpointIpConfigurationPrivateEndpointIpConfiguration. withPrivateIpAddress(String privateIpAddress)Set the privateIpAddress property: A private ip address obtained from the private endpoint's subnet.
-