Uses of Class
com.azure.resourcemanager.network.fluent.models.FrontendIpConfigurationInner
Packages that use FrontendIpConfigurationInner
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the inner data models for NetworkManagementClient.
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 FrontendIpConfigurationInnerModifier and TypeMethodDescriptionLoadBalancerFrontendIpConfigurationsClient.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 FrontendIpConfigurationInnerModifier and TypeMethodDescriptionLoadBalancerFrontendIpConfigurationsClient.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> 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 FrontendIpConfigurationInnerModifier and TypeMethodDescriptionVirtualNetworkTapInner.destinationLoadBalancerFrontEndIpConfiguration()Get the destinationLoadBalancerFrontEndIpConfiguration property: The reference to the private IP address on the internal Load Balancer that will receive the tap.VirtualNetworkTapPropertiesFormatInner.destinationLoadBalancerFrontEndIpConfiguration()Get the destinationLoadBalancerFrontEndIpConfiguration property: The reference to the private IP address on the internal Load Balancer that will receive the tap.static FrontendIpConfigurationInnerFrontendIpConfigurationInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FrontendIpConfigurationInner from the JsonReader.FrontendIpConfigurationInner.withGatewayLoadBalancer(com.azure.core.management.SubResource gatewayLoadBalancer) Set the gatewayLoadBalancer property: The reference to gateway load balancer frontend IP.Set the name property: The name of the resource that is unique within the set of frontend IP configurations used by the load balancer.FrontendIpConfigurationInner.withPrivateIpAddress(String privateIpAddress) Set the privateIpAddress property: The private IP address of the IP configuration.FrontendIpConfigurationInner.withPrivateIpAddressVersion(IpVersion privateIpAddressVersion) Set the privateIpAddressVersion property: Whether the specific ipconfiguration is IPv4 or IPv6.FrontendIpConfigurationInner.withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod) Set the privateIpAllocationMethod property: The Private IP allocation method.FrontendIpConfigurationInner.withPublicIpAddress(PublicIpAddressInner publicIpAddress) Set the publicIpAddress property: The reference to the Public IP resource.FrontendIpConfigurationInner.withPublicIpPrefix(com.azure.core.management.SubResource publicIpPrefix) Set the publicIpPrefix property: The reference to the Public IP Prefix resource.FrontendIpConfigurationInner.withSubnet(SubnetInner subnet) Set the subnet property: The reference to the subnet resource.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 FrontendIpConfigurationInnerModifier and TypeMethodDescriptionLoadBalancerInner.frontendIpConfigurations()Get the frontendIpConfigurations property: Object representing the frontend IPs to be used for the load balancer.LoadBalancerPropertiesFormat.frontendIpConfigurations()Get the frontendIpConfigurations property: Object representing the frontend IPs to be used for the load balancer.PrivateLinkServiceInner.loadBalancerFrontendIpConfigurations()Get the loadBalancerFrontendIpConfigurations property: An array of references to the load balancer IP configurations.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 FrontendIpConfigurationInnerModifier and TypeMethodDescriptionVirtualNetworkTapInner.withDestinationLoadBalancerFrontEndIpConfiguration(FrontendIpConfigurationInner destinationLoadBalancerFrontEndIpConfiguration) Set the destinationLoadBalancerFrontEndIpConfiguration property: The reference to the private IP address on the internal Load Balancer that will receive the tap.VirtualNetworkTapPropertiesFormatInner.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 FrontendIpConfigurationInnerModifier and TypeMethodDescriptionLoadBalancerInner.withFrontendIpConfigurations(List<FrontendIpConfigurationInner> frontendIpConfigurations) Set the frontendIpConfigurations property: Object representing the frontend IPs to be used for the load balancer.LoadBalancerPropertiesFormat.withFrontendIpConfigurations(List<FrontendIpConfigurationInner> frontendIpConfigurations) Set the frontendIpConfigurations property: Object representing the frontend IPs to be used for the load balancer.PrivateLinkServiceInner.withLoadBalancerFrontendIpConfigurations(List<FrontendIpConfigurationInner> loadBalancerFrontendIpConfigurations) Set the loadBalancerFrontendIpConfigurations property: An array of references to the load balancer IP configurations.PrivateLinkServiceProperties.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 FrontendIpConfigurationInnerModifier and TypeMethodDescriptionLoadBalancerFrontendIpConfigurationListResult.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 FrontendIpConfigurationInnerModifier and TypeMethodDescriptionLoadBalancerFrontendIpConfigurationListResult.withValue(List<FrontendIpConfigurationInner> value) Set the value property: A list of frontend IP configurations in a load balancer.