public interface PublicIpAddressesClient extends InnerSupportsGet<PublicIpAddressInner>, InnerSupportsListing<PublicIpAddressInner>, InnerSupportsDelete<Void>
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PublicIpAddressInner>,PublicIpAddressInner> |
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> |
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> |
beginCreateOrUpdateAsync(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<Void>,Void> |
beginDelete(String resourceGroupName,
String publicIpAddressName)
Deletes the specified public IP address.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String publicIpAddressName,
com.azure.core.util.Context context)
Deletes the specified public IP address.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String publicIpAddressName)
Deletes the specified public IP address.
|
PublicIpAddressInner |
createOrUpdate(String resourceGroupName,
String publicIpAddressName,
PublicIpAddressInner parameters)
Creates or updates a static or dynamic public IP address.
|
PublicIpAddressInner |
createOrUpdate(String resourceGroupName,
String publicIpAddressName,
PublicIpAddressInner parameters,
com.azure.core.util.Context context)
Creates or updates a static or dynamic public IP address.
|
Mono<PublicIpAddressInner> |
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>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String publicIpAddressName,
PublicIpAddressInner parameters)
Creates or updates a static or dynamic public IP address.
|
void |
delete(String resourceGroupName,
String publicIpAddressName)
Deletes the specified public IP address.
|
void |
delete(String resourceGroupName,
String publicIpAddressName,
com.azure.core.util.Context context)
Deletes the specified public IP address.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String publicIpAddressName)
Deletes the specified public IP address.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String publicIpAddressName)
Deletes the specified public IP address.
|
PublicIpAddressInner |
getByResourceGroup(String resourceGroupName,
String publicIpAddressName)
Gets the specified public IP address in a specified resource group.
|
Mono<PublicIpAddressInner> |
getByResourceGroupAsync(String resourceGroupName,
String publicIpAddressName)
Gets the specified public IP address in a specified resource group.
|
Mono<PublicIpAddressInner> |
getByResourceGroupAsync(String resourceGroupName,
String publicIpAddressName,
String expand)
Gets the specified public IP address in a specified resource group.
|
com.azure.core.http.rest.Response<PublicIpAddressInner> |
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>> |
getByResourceGroupWithResponseAsync(String resourceGroupName,
String publicIpAddressName,
String expand)
Gets the specified public IP address in a specified resource group.
|
PublicIpAddressInner |
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.
|
Mono<PublicIpAddressInner> |
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.
|
Mono<PublicIpAddressInner> |
getVirtualMachineScaleSetPublicIpAddressAsync(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.Response<PublicIpAddressInner> |
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>> |
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> |
list()
Gets all the public IP addresses in a subscription.
|
com.azure.core.http.rest.PagedIterable<PublicIpAddressInner> |
list(com.azure.core.util.Context context)
Gets all the public IP addresses in a subscription.
|
com.azure.core.http.rest.PagedFlux<PublicIpAddressInner> |
listAsync()
Gets all the public IP addresses in a subscription.
|
com.azure.core.http.rest.PagedIterable<PublicIpAddressInner> |
listByResourceGroup(String resourceGroupName)
Gets all public IP addresses in a resource group.
|
com.azure.core.http.rest.PagedIterable<PublicIpAddressInner> |
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> |
listByResourceGroupAsync(String resourceGroupName)
Gets all public IP addresses in a resource group.
|
com.azure.core.http.rest.PagedIterable<PublicIpAddressInner> |
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> |
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> |
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> |
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> |
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> |
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.
|
PublicIpAddressInner |
updateTags(String resourceGroupName,
String publicIpAddressName)
Updates public IP address tags.
|
Mono<PublicIpAddressInner> |
updateTagsAsync(String resourceGroupName,
String publicIpAddressName)
Updates public IP address tags.
|
Mono<PublicIpAddressInner> |
updateTagsAsync(String resourceGroupName,
String publicIpAddressName,
Map<String,String> tags)
Updates public IP address tags.
|
com.azure.core.http.rest.Response<PublicIpAddressInner> |
updateTagsWithResponse(String resourceGroupName,
String publicIpAddressName,
Map<String,String> tags,
com.azure.core.util.Context context)
Updates public IP address tags.
|
Mono<com.azure.core.http.rest.Response<PublicIpAddressInner>> |
updateTagsWithResponseAsync(String resourceGroupName,
String publicIpAddressName,
Map<String,String> tags)
Updates public IP address tags.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String publicIpAddressName)
resourceGroupName - The name of the resource group.publicIpAddressName - The name of the public IP address.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String publicIpAddressName)
resourceGroupName - The name of the resource group.publicIpAddressName - The name of the public IP address.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String publicIpAddressName)
resourceGroupName - The name of the resource group.publicIpAddressName - The name of the public IP address.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String publicIpAddressName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.publicIpAddressName - The name of the public IP address.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteAsync(String resourceGroupName, String publicIpAddressName)
deleteAsync in interface InnerSupportsDelete<Void>resourceGroupName - The name of the resource group.publicIpAddressName - The name of the public IP address.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String publicIpAddressName)
resourceGroupName - The name of the resource group.publicIpAddressName - The name of the public IP address.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String publicIpAddressName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.publicIpAddressName - The name of the public IP address.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<PublicIpAddressInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String publicIpAddressName, String expand)
resourceGroupName - The name of the resource group.publicIpAddressName - The name of the public IP address.expand - Expands referenced resources.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<PublicIpAddressInner> getByResourceGroupAsync(String resourceGroupName, String publicIpAddressName, String expand)
resourceGroupName - The name of the resource group.publicIpAddressName - The name of the public IP address.expand - Expands referenced resources.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<PublicIpAddressInner> getByResourceGroupAsync(String resourceGroupName, String publicIpAddressName)
getByResourceGroupAsync in interface InnerSupportsGet<PublicIpAddressInner>resourceGroupName - The name of the resource group.publicIpAddressName - The name of the public IP address.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.PublicIpAddressInner getByResourceGroup(String resourceGroupName, String publicIpAddressName)
getByResourceGroup in interface InnerSupportsGet<PublicIpAddressInner>resourceGroupName - The name of the resource group.publicIpAddressName - The name of the public IP address.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<PublicIpAddressInner> getByResourceGroupWithResponse(String resourceGroupName, String publicIpAddressName, String expand, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.publicIpAddressName - The name of the public IP address.expand - Expands referenced resources.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String publicIpAddressName, PublicIpAddressInner parameters)
resourceGroupName - The name of the resource group.publicIpAddressName - The name of the public IP address.parameters - Public IP address resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<PublicIpAddressInner>,PublicIpAddressInner> beginCreateOrUpdateAsync(String resourceGroupName, String publicIpAddressName, PublicIpAddressInner parameters)
resourceGroupName - The name of the resource group.publicIpAddressName - The name of the public IP address.parameters - Public IP address resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PublicIpAddressInner>,PublicIpAddressInner> beginCreateOrUpdate(String resourceGroupName, String publicIpAddressName, PublicIpAddressInner parameters)
resourceGroupName - The name of the resource group.publicIpAddressName - The name of the public IP address.parameters - Public IP address resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PublicIpAddressInner>,PublicIpAddressInner> beginCreateOrUpdate(String resourceGroupName, String publicIpAddressName, PublicIpAddressInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.publicIpAddressName - The name of the public IP address.parameters - Public IP address resource.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<PublicIpAddressInner> createOrUpdateAsync(String resourceGroupName, String publicIpAddressName, PublicIpAddressInner parameters)
resourceGroupName - The name of the resource group.publicIpAddressName - The name of the public IP address.parameters - Public IP address resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.PublicIpAddressInner createOrUpdate(String resourceGroupName, String publicIpAddressName, PublicIpAddressInner parameters)
resourceGroupName - The name of the resource group.publicIpAddressName - The name of the public IP address.parameters - Public IP address resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.PublicIpAddressInner createOrUpdate(String resourceGroupName, String publicIpAddressName, PublicIpAddressInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.publicIpAddressName - The name of the public IP address.parameters - Public IP address resource.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<PublicIpAddressInner>> updateTagsWithResponseAsync(String resourceGroupName, String publicIpAddressName, Map<String,String> tags)
resourceGroupName - The name of the resource group.publicIpAddressName - The name of the public IP address.tags - Resource tags.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<PublicIpAddressInner> updateTagsAsync(String resourceGroupName, String publicIpAddressName, Map<String,String> tags)
resourceGroupName - The name of the resource group.publicIpAddressName - The name of the public IP address.tags - Resource tags.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<PublicIpAddressInner> updateTagsAsync(String resourceGroupName, String publicIpAddressName)
resourceGroupName - The name of the resource group.publicIpAddressName - The name of the public IP address.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.PublicIpAddressInner updateTags(String resourceGroupName, String publicIpAddressName)
resourceGroupName - The name of the resource group.publicIpAddressName - The name of the public IP address.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<PublicIpAddressInner> updateTagsWithResponse(String resourceGroupName, String publicIpAddressName, Map<String,String> tags, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.publicIpAddressName - The name of the public IP address.tags - Resource tags.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<PublicIpAddressInner> listAsync()
listAsync in interface InnerSupportsListing<PublicIpAddressInner>com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<PublicIpAddressInner> list()
list in interface InnerSupportsListing<PublicIpAddressInner>com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<PublicIpAddressInner> list(com.azure.core.util.Context context)
context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<PublicIpAddressInner> listByResourceGroupAsync(String resourceGroupName)
listByResourceGroupAsync in interface InnerSupportsListing<PublicIpAddressInner>resourceGroupName - The name of the resource group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<PublicIpAddressInner> listByResourceGroup(String resourceGroupName)
listByResourceGroup in interface InnerSupportsListing<PublicIpAddressInner>resourceGroupName - The name of the resource group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<PublicIpAddressInner> listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<PublicIpAddressInner> listVirtualMachineScaleSetPublicIpAddressesAsync(String resourceGroupName, String virtualMachineScaleSetName)
resourceGroupName - The name of the resource group.virtualMachineScaleSetName - The name of the virtual machine scale set.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<PublicIpAddressInner> listVirtualMachineScaleSetPublicIpAddresses(String resourceGroupName, String virtualMachineScaleSetName)
resourceGroupName - The name of the resource group.virtualMachineScaleSetName - The name of the virtual machine scale set.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<PublicIpAddressInner> listVirtualMachineScaleSetPublicIpAddresses(String resourceGroupName, String virtualMachineScaleSetName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualMachineScaleSetName - The name of the virtual machine scale set.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<PublicIpAddressInner> listVirtualMachineScaleSetVMPublicIpAddressesAsync(String resourceGroupName, String virtualMachineScaleSetName, String virtualmachineIndex, String networkInterfaceName, String ipConfigurationName)
resourceGroupName - The name of the resource group.virtualMachineScaleSetName - The name of the virtual machine scale set.virtualmachineIndex - The virtual machine index.networkInterfaceName - The network interface name.ipConfigurationName - The IP configuration name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<PublicIpAddressInner> listVirtualMachineScaleSetVMPublicIpAddresses(String resourceGroupName, String virtualMachineScaleSetName, String virtualmachineIndex, String networkInterfaceName, String ipConfigurationName)
resourceGroupName - The name of the resource group.virtualMachineScaleSetName - The name of the virtual machine scale set.virtualmachineIndex - The virtual machine index.networkInterfaceName - The network interface name.ipConfigurationName - The IP configuration name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<PublicIpAddressInner> listVirtualMachineScaleSetVMPublicIpAddresses(String resourceGroupName, String virtualMachineScaleSetName, String virtualmachineIndex, String networkInterfaceName, String ipConfigurationName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualMachineScaleSetName - The name of the virtual machine scale set.virtualmachineIndex - The virtual machine index.networkInterfaceName - The network interface name.ipConfigurationName - The IP configuration name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<PublicIpAddressInner>> getVirtualMachineScaleSetPublicIpAddressWithResponseAsync(String resourceGroupName, String virtualMachineScaleSetName, String virtualmachineIndex, String networkInterfaceName, String ipConfigurationName, String publicIpAddressName, String expand)
resourceGroupName - The name of the resource group.virtualMachineScaleSetName - The name of the virtual machine scale set.virtualmachineIndex - The virtual machine index.networkInterfaceName - The name of the network interface.ipConfigurationName - The name of the IP configuration.publicIpAddressName - The name of the public IP Address.expand - Expands referenced resources.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<PublicIpAddressInner> getVirtualMachineScaleSetPublicIpAddressAsync(String resourceGroupName, String virtualMachineScaleSetName, String virtualmachineIndex, String networkInterfaceName, String ipConfigurationName, String publicIpAddressName, String expand)
resourceGroupName - The name of the resource group.virtualMachineScaleSetName - The name of the virtual machine scale set.virtualmachineIndex - The virtual machine index.networkInterfaceName - The name of the network interface.ipConfigurationName - The name of the IP configuration.publicIpAddressName - The name of the public IP Address.expand - Expands referenced resources.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<PublicIpAddressInner> getVirtualMachineScaleSetPublicIpAddressAsync(String resourceGroupName, String virtualMachineScaleSetName, String virtualmachineIndex, String networkInterfaceName, String ipConfigurationName, String publicIpAddressName)
resourceGroupName - The name of the resource group.virtualMachineScaleSetName - The name of the virtual machine scale set.virtualmachineIndex - The virtual machine index.networkInterfaceName - The name of the network interface.ipConfigurationName - The name of the IP configuration.publicIpAddressName - The name of the public IP Address.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.PublicIpAddressInner getVirtualMachineScaleSetPublicIpAddress(String resourceGroupName, String virtualMachineScaleSetName, String virtualmachineIndex, String networkInterfaceName, String ipConfigurationName, String publicIpAddressName)
resourceGroupName - The name of the resource group.virtualMachineScaleSetName - The name of the virtual machine scale set.virtualmachineIndex - The virtual machine index.networkInterfaceName - The name of the network interface.ipConfigurationName - The name of the IP configuration.publicIpAddressName - The name of the public IP Address.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<PublicIpAddressInner> getVirtualMachineScaleSetPublicIpAddressWithResponse(String resourceGroupName, String virtualMachineScaleSetName, String virtualmachineIndex, String networkInterfaceName, String ipConfigurationName, String publicIpAddressName, String expand, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualMachineScaleSetName - The name of the virtual machine scale set.virtualmachineIndex - The virtual machine index.networkInterfaceName - The name of the network interface.ipConfigurationName - The name of the IP configuration.publicIpAddressName - The name of the public IP Address.expand - Expands referenced resources.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2020 Microsoft Corporation. All rights reserved.