Azure retrieving the PublicIPAddress of VirtualMachines from Azure Java SDK
问题 As the answer was Page Not Found, I was trying to retrieve size of Public IPs with the following code Configuration config = ManagementConfiguration.configure( new URI(uri), subscriptionId, keyStoreLocation, // the file path to the JKS keyStorePassword, // the password for the JKS KeyStoreType.jks // flags that I'm using a JKS keystore ); NetworkResourceProviderClient networkResourceProviderClient = NetworkResourceProviderService.create(config); PublicIpAddressListResponse