Uses of Class
com.azure.resourcemanager.network.fluent.models.FrontendIpConfigurationInner
-
Packages that use FrontendIpConfigurationInner Package Description com.azure.resourcemanager.network.fluent Package containing the service clients for NetworkManagementClient.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 FrontendIpConfigurationInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return FrontendIpConfigurationInner Modifier and Type Method Description FrontendIpConfigurationInnerLoadBalancerFrontendIpConfigurationsClient. get(String resourceGroupName, String loadBalancerName, String frontendIpConfigurationName)Gets load balancer frontend IP configuration.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type FrontendIpConfigurationInner Modifier and Type Method Description Mono<FrontendIpConfigurationInner>LoadBalancerFrontendIpConfigurationsClient. getAsync(String resourceGroupName, String loadBalancerName, String frontendIpConfigurationName)Gets load balancer frontend IP configuration.com.azure.core.http.rest.Response<FrontendIpConfigurationInner>LoadBalancerFrontendIpConfigurationsClient. getWithResponse(String resourceGroupName, String loadBalancerName, String frontendIpConfigurationName, com.azure.core.util.Context context)Gets load balancer frontend IP configuration.Mono<com.azure.core.http.rest.Response<FrontendIpConfigurationInner>>LoadBalancerFrontendIpConfigurationsClient. getWithResponseAsync(String resourceGroupName, String loadBalancerName, String frontendIpConfigurationName)Gets load balancer frontend IP configuration.com.azure.core.http.rest.PagedIterable<FrontendIpConfigurationInner>LoadBalancerFrontendIpConfigurationsClient. list(String resourceGroupName, String loadBalancerName)Gets all the load balancer frontend IP configurations.com.azure.core.http.rest.PagedIterable<FrontendIpConfigurationInner>LoadBalancerFrontendIpConfigurationsClient. list(String resourceGroupName, String loadBalancerName, com.azure.core.util.Context context)Gets all the load balancer frontend IP configurations.com.azure.core.http.rest.PagedFlux<FrontendIpConfigurationInner>LoadBalancerFrontendIpConfigurationsClient. listAsync(String resourceGroupName, String loadBalancerName)Gets all the load balancer frontend IP configurations. -
Uses of FrontendIpConfigurationInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return FrontendIpConfigurationInner Modifier and Type Method Description FrontendIpConfigurationInnerVirtualNetworkTapInner. destinationLoadBalancerFrontEndIpConfiguration()Get the destinationLoadBalancerFrontEndIpConfiguration property: The reference to the private IP address on the internal Load Balancer that will receive the tap.FrontendIpConfigurationInnerVirtualNetworkTapPropertiesFormatInner. destinationLoadBalancerFrontEndIpConfiguration()Get the destinationLoadBalancerFrontEndIpConfiguration property: The reference to the private IP address on the internal Load Balancer that will receive the tap.FrontendIpConfigurationInnerFrontendIpConfigurationInner. withGatewayLoadBalancer(com.azure.core.management.SubResource gatewayLoadBalancer)Set the gatewayLoadBalancer property: The reference to gateway load balancer frontend IP.FrontendIpConfigurationInnerFrontendIpConfigurationInner. withId(String id)FrontendIpConfigurationInnerFrontendIpConfigurationInner. withName(String name)Set the name property: The name of the resource that is unique within the set of frontend IP configurations used by the load balancer.FrontendIpConfigurationInnerFrontendIpConfigurationInner. withPrivateIpAddress(String privateIpAddress)Set the privateIpAddress property: The private IP address of the IP configuration.FrontendIpConfigurationInnerFrontendIpConfigurationInner. withPrivateIpAddressVersion(IpVersion privateIpAddressVersion)Set the privateIpAddressVersion property: Whether the specific ipconfiguration is IPv4 or IPv6.FrontendIpConfigurationInnerFrontendIpConfigurationInner. withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod)Set the privateIpAllocationMethod property: The Private IP allocation method.FrontendIpConfigurationInnerFrontendIpConfigurationInner. withPublicIpAddress(PublicIpAddressInner publicIpAddress)Set the publicIpAddress property: The reference to the Public IP resource.FrontendIpConfigurationInnerFrontendIpConfigurationInner. withPublicIpPrefix(com.azure.core.management.SubResource publicIpPrefix)Set the publicIpPrefix property: The reference to the Public IP Prefix resource.FrontendIpConfigurationInnerFrontendIpConfigurationInner. withSubnet(SubnetInner subnet)Set the subnet property: The reference to the subnet resource.FrontendIpConfigurationInnerFrontendIpConfigurationInner. withZones(List<String> zones)Set the zones property: A list of availability zones denoting the IP allocated for the resource needs to come from.Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type FrontendIpConfigurationInner Modifier and Type Method Description List<FrontendIpConfigurationInner>LoadBalancerInner. frontendIpConfigurations()Get the frontendIpConfigurations property: Object representing the frontend IPs to be used for the load balancer.List<FrontendIpConfigurationInner>LoadBalancerPropertiesFormat. frontendIpConfigurations()Get the frontendIpConfigurations property: Object representing the frontend IPs to be used for the load balancer.List<FrontendIpConfigurationInner>PrivateLinkServiceInner. loadBalancerFrontendIpConfigurations()Get the loadBalancerFrontendIpConfigurations property: An array of references to the load balancer IP configurations.List<FrontendIpConfigurationInner>PrivateLinkServiceProperties. loadBalancerFrontendIpConfigurations()Get the loadBalancerFrontendIpConfigurations property: An array of references to the load balancer IP configurations.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type FrontendIpConfigurationInner Modifier and Type Method Description VirtualNetworkTapInnerVirtualNetworkTapInner. withDestinationLoadBalancerFrontEndIpConfiguration(FrontendIpConfigurationInner destinationLoadBalancerFrontEndIpConfiguration)Set the destinationLoadBalancerFrontEndIpConfiguration property: The reference to the private IP address on the internal Load Balancer that will receive the tap.VirtualNetworkTapPropertiesFormatInnerVirtualNetworkTapPropertiesFormatInner. withDestinationLoadBalancerFrontEndIpConfiguration(FrontendIpConfigurationInner destinationLoadBalancerFrontEndIpConfiguration)Set the destinationLoadBalancerFrontEndIpConfiguration property: The reference to the private IP address on the internal Load Balancer that will receive the tap.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type FrontendIpConfigurationInner Modifier and Type Method Description LoadBalancerInnerLoadBalancerInner. withFrontendIpConfigurations(List<FrontendIpConfigurationInner> frontendIpConfigurations)Set the frontendIpConfigurations property: Object representing the frontend IPs to be used for the load balancer.LoadBalancerPropertiesFormatLoadBalancerPropertiesFormat. withFrontendIpConfigurations(List<FrontendIpConfigurationInner> frontendIpConfigurations)Set the frontendIpConfigurations property: Object representing the frontend IPs to be used for the load balancer.PrivateLinkServiceInnerPrivateLinkServiceInner. withLoadBalancerFrontendIpConfigurations(List<FrontendIpConfigurationInner> loadBalancerFrontendIpConfigurations)Set the loadBalancerFrontendIpConfigurations property: An array of references to the load balancer IP configurations.PrivateLinkServicePropertiesPrivateLinkServiceProperties. withLoadBalancerFrontendIpConfigurations(List<FrontendIpConfigurationInner> loadBalancerFrontendIpConfigurations)Set the loadBalancerFrontendIpConfigurations property: An array of references to the load balancer IP configurations. -
Uses of FrontendIpConfigurationInner in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return types with arguments of type FrontendIpConfigurationInner Modifier and Type Method Description List<FrontendIpConfigurationInner>LoadBalancerFrontendIpConfigurationListResult. value()Get the value property: A list of frontend IP configurations in a load balancer.Method parameters in com.azure.resourcemanager.network.models with type arguments of type FrontendIpConfigurationInner Modifier and Type Method Description LoadBalancerFrontendIpConfigurationListResultLoadBalancerFrontendIpConfigurationListResult. withValue(List<FrontendIpConfigurationInner> value)Set the value property: A list of frontend IP configurations in a load balancer.
-