Uses of Class
com.azure.resourcemanager.network.models.ExtendedLocation
-
Packages that use ExtendedLocation 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 ExtendedLocation in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ExtendedLocation Modifier and Type Method Description ExtendedLocationCustomIpPrefixInner. extendedLocation()Get the extendedLocation property: The extended location of the custom IP prefix.ExtendedLocationLoadBalancerInner. extendedLocation()Get the extendedLocation property: The extended location of the load balancer.ExtendedLocationNetworkInterfaceInner. extendedLocation()Get the extendedLocation property: The extended location of the network interface.ExtendedLocationPrivateEndpointInner. extendedLocation()Get the extendedLocation property: The extended location of the load balancer.ExtendedLocationPrivateLinkServiceInner. extendedLocation()Get the extendedLocation property: The extended location of the load balancer.ExtendedLocationPublicIpAddressInner. extendedLocation()Get the extendedLocation property: The extended location of the public ip address.ExtendedLocationPublicIpPrefixInner. extendedLocation()Get the extendedLocation property: The extended location of the public ip address.ExtendedLocationVirtualNetworkGatewayInner. extendedLocation()Get the extendedLocation property: The extended location of type local virtual network gateway.ExtendedLocationVirtualNetworkInner. extendedLocation()Get the extendedLocation property: The extended location of the virtual network.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type ExtendedLocation Modifier and Type Method Description CustomIpPrefixInnerCustomIpPrefixInner. withExtendedLocation(ExtendedLocation extendedLocation)Set the extendedLocation property: The extended location of the custom IP prefix.LoadBalancerInnerLoadBalancerInner. withExtendedLocation(ExtendedLocation extendedLocation)Set the extendedLocation property: The extended location of the load balancer.NetworkInterfaceInnerNetworkInterfaceInner. withExtendedLocation(ExtendedLocation extendedLocation)Set the extendedLocation property: The extended location of the network interface.PrivateEndpointInnerPrivateEndpointInner. withExtendedLocation(ExtendedLocation extendedLocation)Set the extendedLocation property: The extended location of the load balancer.PrivateLinkServiceInnerPrivateLinkServiceInner. withExtendedLocation(ExtendedLocation extendedLocation)Set the extendedLocation property: The extended location of the load balancer.PublicIpAddressInnerPublicIpAddressInner. withExtendedLocation(ExtendedLocation extendedLocation)Set the extendedLocation property: The extended location of the public ip address.PublicIpPrefixInnerPublicIpPrefixInner. withExtendedLocation(ExtendedLocation extendedLocation)Set the extendedLocation property: The extended location of the public ip address.VirtualNetworkGatewayInnerVirtualNetworkGatewayInner. withExtendedLocation(ExtendedLocation extendedLocation)Set the extendedLocation property: The extended location of type local virtual network gateway.VirtualNetworkInnerVirtualNetworkInner. withExtendedLocation(ExtendedLocation extendedLocation)Set the extendedLocation property: The extended location of the virtual network. -
Uses of ExtendedLocation in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ExtendedLocation Modifier and Type Method Description ExtendedLocationExtendedLocation. withName(String name)Set the name property: The name of the extended location.ExtendedLocationExtendedLocation. withType(ExtendedLocationTypes type)Set the type property: The type of the extended location.
-