Uses of Class
com.azure.resourcemanager.network.fluent.models.PublicIpAddressInner
Packages that use PublicIpAddressInner
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 PublicIpAddressInner in com.azure.resourcemanager.network.fluent
Subinterfaces with type arguments of type PublicIpAddressInner in com.azure.resourcemanager.network.fluentModifier and TypeInterfaceDescriptioninterfaceAn instance of this class provides access to all the operations defined in PublicIpAddressesClient.interfaceAn instance of this class provides access to all the operations defined in PublicIpAddressesClient.Methods in com.azure.resourcemanager.network.fluent that return PublicIpAddressInnerModifier and TypeMethodDescriptionPublicIpAddressesClient.createOrUpdate(String resourceGroupName, String publicIpAddressName, PublicIpAddressInner parameters) Creates or updates a static or dynamic public IP address.PublicIpAddressesClient.createOrUpdate(String resourceGroupName, String publicIpAddressName, PublicIpAddressInner parameters, com.azure.core.util.Context context) Creates or updates a static or dynamic public IP address.PublicIpAddressesClient.getByResourceGroup(String resourceGroupName, String publicIpAddressName) Gets the specified public IP address in a specified resource group.PublicIpAddressesClient.getCloudServicePublicIpAddress(String resourceGroupName, String cloudServiceName, String roleInstanceName, String networkInterfaceName, String ipConfigurationName, String publicIpAddressName) Get the specified public IP address in a cloud service.PublicIpAddressesClient.getVirtualMachineScaleSetPublicIpAddress(String resourceGroupName, String virtualMachineScaleSetName, String virtualmachineIndex, String networkInterfaceName, String ipConfigurationName, String publicIpAddressName) Get the specified public IP address in a virtual machine scale set.PublicIpAddressesClient.updateTags(String resourceGroupName, String publicIpAddressName, TagsObject parameters) Updates public IP address tags.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type PublicIpAddressInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PublicIpAddressInner>, PublicIpAddressInner> PublicIpAddressesClient.beginCreateOrUpdate(String resourceGroupName, String publicIpAddressName, PublicIpAddressInner parameters) Creates or updates a static or dynamic public IP address.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PublicIpAddressInner>, PublicIpAddressInner> PublicIpAddressesClient.beginCreateOrUpdate(String resourceGroupName, String publicIpAddressName, PublicIpAddressInner parameters) Creates or updates a static or dynamic public IP address.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PublicIpAddressInner>, PublicIpAddressInner> PublicIpAddressesClient.beginCreateOrUpdate(String resourceGroupName, String publicIpAddressName, PublicIpAddressInner parameters, com.azure.core.util.Context context) Creates or updates a static or dynamic public IP address.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PublicIpAddressInner>, PublicIpAddressInner> PublicIpAddressesClient.beginCreateOrUpdate(String resourceGroupName, String publicIpAddressName, PublicIpAddressInner parameters, com.azure.core.util.Context context) Creates or updates a static or dynamic public IP address.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<PublicIpAddressInner>, PublicIpAddressInner> PublicIpAddressesClient.beginCreateOrUpdateAsync(String resourceGroupName, String publicIpAddressName, PublicIpAddressInner parameters) Creates or updates a static or dynamic public IP address.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<PublicIpAddressInner>, PublicIpAddressInner> PublicIpAddressesClient.beginCreateOrUpdateAsync(String resourceGroupName, String publicIpAddressName, PublicIpAddressInner parameters) Creates or updates a static or dynamic public IP address.PublicIpAddressesClient.createOrUpdateAsync(String resourceGroupName, String publicIpAddressName, PublicIpAddressInner parameters) Creates or updates a static or dynamic public IP address.PublicIpAddressesClient.getByResourceGroupAsync(String resourceGroupName, String publicIpAddressName) Gets the specified public IP address in a specified resource group.com.azure.core.http.rest.Response<PublicIpAddressInner> PublicIpAddressesClient.getByResourceGroupWithResponse(String resourceGroupName, String publicIpAddressName, String expand, com.azure.core.util.Context context) Gets the specified public IP address in a specified resource group.Mono<com.azure.core.http.rest.Response<PublicIpAddressInner>> PublicIpAddressesClient.getByResourceGroupWithResponseAsync(String resourceGroupName, String publicIpAddressName, String expand) Gets the specified public IP address in a specified resource group.PublicIpAddressesClient.getCloudServicePublicIpAddressAsync(String resourceGroupName, String cloudServiceName, String roleInstanceName, String networkInterfaceName, String ipConfigurationName, String publicIpAddressName) Get the specified public IP address in a cloud service.com.azure.core.http.rest.Response<PublicIpAddressInner> PublicIpAddressesClient.getCloudServicePublicIpAddressWithResponse(String resourceGroupName, String cloudServiceName, String roleInstanceName, String networkInterfaceName, String ipConfigurationName, String publicIpAddressName, String expand, com.azure.core.util.Context context) Get the specified public IP address in a cloud service.Mono<com.azure.core.http.rest.Response<PublicIpAddressInner>> PublicIpAddressesClient.getCloudServicePublicIpAddressWithResponseAsync(String resourceGroupName, String cloudServiceName, String roleInstanceName, String networkInterfaceName, String ipConfigurationName, String publicIpAddressName, String expand) Get the specified public IP address in a cloud service.PublicIpAddressesClient.getVirtualMachineScaleSetPublicIpAddressAsync(String resourceGroupName, String virtualMachineScaleSetName, String virtualmachineIndex, String networkInterfaceName, String ipConfigurationName, String publicIpAddressName) Get the specified public IP address in a virtual machine scale set.com.azure.core.http.rest.Response<PublicIpAddressInner> PublicIpAddressesClient.getVirtualMachineScaleSetPublicIpAddressWithResponse(String resourceGroupName, String virtualMachineScaleSetName, String virtualmachineIndex, String networkInterfaceName, String ipConfigurationName, String publicIpAddressName, String expand, com.azure.core.util.Context context) Get the specified public IP address in a virtual machine scale set.Mono<com.azure.core.http.rest.Response<PublicIpAddressInner>> PublicIpAddressesClient.getVirtualMachineScaleSetPublicIpAddressWithResponseAsync(String resourceGroupName, String virtualMachineScaleSetName, String virtualmachineIndex, String networkInterfaceName, String ipConfigurationName, String publicIpAddressName, String expand) Get the specified public IP address in a virtual machine scale set.com.azure.core.http.rest.PagedIterable<PublicIpAddressInner> PublicIpAddressesClient.list()Gets all the public IP addresses in a subscription.com.azure.core.http.rest.PagedIterable<PublicIpAddressInner> PublicIpAddressesClient.list(com.azure.core.util.Context context) Gets all the public IP addresses in a subscription.com.azure.core.http.rest.PagedFlux<PublicIpAddressInner> PublicIpAddressesClient.listAsync()Gets all the public IP addresses in a subscription.com.azure.core.http.rest.PagedIterable<PublicIpAddressInner> PublicIpAddressesClient.listByResourceGroup(String resourceGroupName) Gets all public IP addresses in a resource group.com.azure.core.http.rest.PagedIterable<PublicIpAddressInner> PublicIpAddressesClient.listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context) Gets all public IP addresses in a resource group.com.azure.core.http.rest.PagedFlux<PublicIpAddressInner> PublicIpAddressesClient.listByResourceGroupAsync(String resourceGroupName) Gets all public IP addresses in a resource group.com.azure.core.http.rest.PagedIterable<PublicIpAddressInner> PublicIpAddressesClient.listCloudServicePublicIpAddresses(String resourceGroupName, String cloudServiceName) Gets information about all public IP addresses on a cloud service level.com.azure.core.http.rest.PagedIterable<PublicIpAddressInner> PublicIpAddressesClient.listCloudServicePublicIpAddresses(String resourceGroupName, String cloudServiceName, com.azure.core.util.Context context) Gets information about all public IP addresses on a cloud service level.com.azure.core.http.rest.PagedFlux<PublicIpAddressInner> PublicIpAddressesClient.listCloudServicePublicIpAddressesAsync(String resourceGroupName, String cloudServiceName) Gets information about all public IP addresses on a cloud service level.com.azure.core.http.rest.PagedIterable<PublicIpAddressInner> PublicIpAddressesClient.listCloudServiceRoleInstancePublicIpAddresses(String resourceGroupName, String cloudServiceName, String roleInstanceName, String networkInterfaceName, String ipConfigurationName) Gets information about all public IP addresses in a role instance IP configuration in a cloud service.com.azure.core.http.rest.PagedIterable<PublicIpAddressInner> PublicIpAddressesClient.listCloudServiceRoleInstancePublicIpAddresses(String resourceGroupName, String cloudServiceName, String roleInstanceName, String networkInterfaceName, String ipConfigurationName, com.azure.core.util.Context context) Gets information about all public IP addresses in a role instance IP configuration in a cloud service.com.azure.core.http.rest.PagedFlux<PublicIpAddressInner> PublicIpAddressesClient.listCloudServiceRoleInstancePublicIpAddressesAsync(String resourceGroupName, String cloudServiceName, String roleInstanceName, String networkInterfaceName, String ipConfigurationName) Gets information about all public IP addresses in a role instance IP configuration in a cloud service.com.azure.core.http.rest.PagedIterable<PublicIpAddressInner> PublicIpAddressesClient.listVirtualMachineScaleSetPublicIpAddresses(String resourceGroupName, String virtualMachineScaleSetName) Gets information about all public IP addresses on a virtual machine scale set level.com.azure.core.http.rest.PagedIterable<PublicIpAddressInner> PublicIpAddressesClient.listVirtualMachineScaleSetPublicIpAddresses(String resourceGroupName, String virtualMachineScaleSetName, com.azure.core.util.Context context) Gets information about all public IP addresses on a virtual machine scale set level.com.azure.core.http.rest.PagedFlux<PublicIpAddressInner> PublicIpAddressesClient.listVirtualMachineScaleSetPublicIpAddressesAsync(String resourceGroupName, String virtualMachineScaleSetName) Gets information about all public IP addresses on a virtual machine scale set level.com.azure.core.http.rest.PagedIterable<PublicIpAddressInner> PublicIpAddressesClient.listVirtualMachineScaleSetVMPublicIpAddresses(String resourceGroupName, String virtualMachineScaleSetName, String virtualmachineIndex, String networkInterfaceName, String ipConfigurationName) Gets information about all public IP addresses in a virtual machine IP configuration in a virtual machine scale set.com.azure.core.http.rest.PagedIterable<PublicIpAddressInner> PublicIpAddressesClient.listVirtualMachineScaleSetVMPublicIpAddresses(String resourceGroupName, String virtualMachineScaleSetName, String virtualmachineIndex, String networkInterfaceName, String ipConfigurationName, com.azure.core.util.Context context) Gets information about all public IP addresses in a virtual machine IP configuration in a virtual machine scale set.com.azure.core.http.rest.PagedFlux<PublicIpAddressInner> PublicIpAddressesClient.listVirtualMachineScaleSetVMPublicIpAddressesAsync(String resourceGroupName, String virtualMachineScaleSetName, String virtualmachineIndex, String networkInterfaceName, String ipConfigurationName) Gets information about all public IP addresses in a virtual machine IP configuration in a virtual machine scale set.PublicIpAddressesClient.updateTagsAsync(String resourceGroupName, String publicIpAddressName, TagsObject parameters) Updates public IP address tags.com.azure.core.http.rest.Response<PublicIpAddressInner> PublicIpAddressesClient.updateTagsWithResponse(String resourceGroupName, String publicIpAddressName, TagsObject parameters, com.azure.core.util.Context context) Updates public IP address tags.Mono<com.azure.core.http.rest.Response<PublicIpAddressInner>> PublicIpAddressesClient.updateTagsWithResponseAsync(String resourceGroupName, String publicIpAddressName, TagsObject parameters) Updates public IP address tags.Methods in com.azure.resourcemanager.network.fluent with parameters of type PublicIpAddressInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PublicIpAddressInner>, PublicIpAddressInner> PublicIpAddressesClient.beginCreateOrUpdate(String resourceGroupName, String publicIpAddressName, PublicIpAddressInner parameters) Creates or updates a static or dynamic public IP address.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PublicIpAddressInner>, PublicIpAddressInner> PublicIpAddressesClient.beginCreateOrUpdate(String resourceGroupName, String publicIpAddressName, PublicIpAddressInner parameters, com.azure.core.util.Context context) Creates or updates a static or dynamic public IP address.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<PublicIpAddressInner>, PublicIpAddressInner> PublicIpAddressesClient.beginCreateOrUpdateAsync(String resourceGroupName, String publicIpAddressName, PublicIpAddressInner parameters) Creates or updates a static or dynamic public IP address.PublicIpAddressesClient.createOrUpdate(String resourceGroupName, String publicIpAddressName, PublicIpAddressInner parameters) Creates or updates a static or dynamic public IP address.PublicIpAddressesClient.createOrUpdate(String resourceGroupName, String publicIpAddressName, PublicIpAddressInner parameters, com.azure.core.util.Context context) Creates or updates a static or dynamic public IP address.PublicIpAddressesClient.createOrUpdateAsync(String resourceGroupName, String publicIpAddressName, PublicIpAddressInner parameters) Creates or updates a static or dynamic public IP address.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> PublicIpAddressesClient.createOrUpdateWithResponseAsync(String resourceGroupName, String publicIpAddressName, PublicIpAddressInner parameters) Creates or updates a static or dynamic public IP address. -
Uses of PublicIpAddressInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return PublicIpAddressInnerModifier and TypeMethodDescriptionstatic PublicIpAddressInnerPublicIpAddressInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PublicIpAddressInner from the JsonReader.PublicIpAddressInner.linkedPublicIpAddress()Get the linkedPublicIpAddress property: The linked public IP address of the public IP address resource.PublicIpAddressPropertiesFormatInner.linkedPublicIpAddress()Get the linkedPublicIpAddress property: The linked public IP address of the public IP address resource.FrontendIpConfigurationInner.publicIpAddress()Get the publicIpAddress property: The reference to the Public IP resource.FrontendIpConfigurationPropertiesFormatInner.publicIpAddress()Get the publicIpAddress property: The reference to the Public IP resource.HubIpConfigurationInner.publicIpAddress()Get the publicIpAddress property: The reference to the public IP resource.HubIpConfigurationPropertiesFormatInner.publicIpAddress()Get the publicIpAddress property: The reference to the public IP resource.IpConfigurationInner.publicIpAddress()Get the publicIpAddress property: The reference to the public IP resource.IpConfigurationPropertiesFormatInner.publicIpAddress()Get the publicIpAddress property: The reference to the public IP resource.NetworkInterfaceIpConfigurationInner.publicIpAddress()Get the publicIpAddress property: Public IP address bound to the IP configuration.NetworkInterfaceIpConfigurationPropertiesFormatInner.publicIpAddress()Get the publicIpAddress property: Public IP address bound to the IP configuration.PublicIpAddressInner.servicePublicIpAddress()Get the servicePublicIpAddress property: The service public IP address of the public IP address resource.PublicIpAddressPropertiesFormatInner.servicePublicIpAddress()Get the servicePublicIpAddress property: The service public IP address of the public IP address resource.PublicIpAddressInner.withDdosSettings(DdosSettings ddosSettings) Set the ddosSettings property: The DDoS protection custom policy associated with the public IP address.PublicIpAddressInner.withDeleteOption(DeleteOptions deleteOption) Set the deleteOption property: Specify what happens to the public IP address when the VM using it is deleted.PublicIpAddressInner.withDnsSettings(PublicIpAddressDnsSettings dnsSettings) Set the dnsSettings property: The FQDN of the DNS record associated with the public IP address.PublicIpAddressInner.withExtendedLocation(ExtendedLocation extendedLocation) Set the extendedLocation property: The extended location of the public ip address.Set the id property: Resource ID.PublicIpAddressInner.withIdleTimeoutInMinutes(Integer idleTimeoutInMinutes) Set the idleTimeoutInMinutes property: The idle timeout of the public IP address.PublicIpAddressInner.withIpAddress(String ipAddress) Set the ipAddress property: The IP address associated with the public IP address resource.PublicIpAddressInner.withIpTags(List<IpTag> ipTags) Set the ipTags property: The list of tags associated with the public IP address.PublicIpAddressInner.withLinkedPublicIpAddress(PublicIpAddressInner linkedPublicIpAddress) Set the linkedPublicIpAddress property: The linked public IP address of the public IP address resource.PublicIpAddressInner.withLocation(String location) PublicIpAddressInner.withMigrationPhase(PublicIpAddressMigrationPhase migrationPhase) Set the migrationPhase property: Migration phase of Public IP Address.PublicIpAddressInner.withNatGateway(NatGatewayInner natGateway) Set the natGateway property: The NatGateway for the Public IP address.PublicIpAddressInner.withPublicIpAddressVersion(IpVersion publicIpAddressVersion) Set the publicIpAddressVersion property: The public IP address version.PublicIpAddressInner.withPublicIpAllocationMethod(IpAllocationMethod publicIpAllocationMethod) Set the publicIpAllocationMethod property: The public IP address allocation method.PublicIpAddressInner.withPublicIpPrefix(com.azure.core.management.SubResource publicIpPrefix) Set the publicIpPrefix property: The Public IP Prefix this Public IP Address should be allocated from.PublicIpAddressInner.withServicePublicIpAddress(PublicIpAddressInner servicePublicIpAddress) Set the servicePublicIpAddress property: The service public IP address of the public IP address resource.PublicIpAddressInner.withSku(PublicIpAddressSku sku) Set the sku property: The public IP address SKU.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 with parameters of type PublicIpAddressInnerModifier and TypeMethodDescriptionPublicIpAddressInner.withLinkedPublicIpAddress(PublicIpAddressInner linkedPublicIpAddress) Set the linkedPublicIpAddress property: The linked public IP address of the public IP address resource.PublicIpAddressPropertiesFormatInner.withLinkedPublicIpAddress(PublicIpAddressInner linkedPublicIpAddress) Set the linkedPublicIpAddress property: The linked public IP address of the public IP address resource.FrontendIpConfigurationInner.withPublicIpAddress(PublicIpAddressInner publicIpAddress) Set the publicIpAddress property: The reference to the Public IP resource.FrontendIpConfigurationPropertiesFormatInner.withPublicIpAddress(PublicIpAddressInner publicIpAddress) Set the publicIpAddress property: The reference to the Public IP resource.HubIpConfigurationInner.withPublicIpAddress(PublicIpAddressInner publicIpAddress) Set the publicIpAddress property: The reference to the public IP resource.HubIpConfigurationPropertiesFormatInner.withPublicIpAddress(PublicIpAddressInner publicIpAddress) Set the publicIpAddress property: The reference to the public IP resource.IpConfigurationInner.withPublicIpAddress(PublicIpAddressInner publicIpAddress) Set the publicIpAddress property: The reference to the public IP resource.IpConfigurationPropertiesFormatInner.withPublicIpAddress(PublicIpAddressInner publicIpAddress) Set the publicIpAddress property: The reference to the public IP resource.NetworkInterfaceIpConfigurationInner.withPublicIpAddress(PublicIpAddressInner publicIpAddress) Set the publicIpAddress property: Public IP address bound to the IP configuration.NetworkInterfaceIpConfigurationPropertiesFormatInner.withPublicIpAddress(PublicIpAddressInner publicIpAddress) Set the publicIpAddress property: Public IP address bound to the IP configuration.PublicIpAddressInner.withServicePublicIpAddress(PublicIpAddressInner servicePublicIpAddress) Set the servicePublicIpAddress property: The service public IP address of the public IP address resource.PublicIpAddressPropertiesFormatInner.withServicePublicIpAddress(PublicIpAddressInner servicePublicIpAddress) Set the servicePublicIpAddress property: The service public IP address of the public IP address resource. -
Uses of PublicIpAddressInner in com.azure.resourcemanager.network.models
Subinterfaces with type arguments of type PublicIpAddressInner in com.azure.resourcemanager.network.modelsMethods in com.azure.resourcemanager.network.models that return types with arguments of type PublicIpAddressInnerModifier and TypeMethodDescriptionPublicIpAddressListResult.value()Get the value property: A list of public IP addresses that exists in a resource group.Method parameters in com.azure.resourcemanager.network.models with type arguments of type PublicIpAddressInnerModifier and TypeMethodDescriptionPublicIpAddressListResult.withValue(List<PublicIpAddressInner> value) Set the value property: A list of public IP addresses that exists in a resource group.