| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent |
Package containing the service clients for NetworkManagementClient.
|
| com.azure.resourcemanager.network.fluent.models |
Package containing the inner data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
PublicIpAddressInner |
PublicIpAddressesClient.createOrUpdate(String resourceGroupName,
String publicIpAddressName,
PublicIpAddressInner parameters)
Creates or updates a static or dynamic public IP address.
|
PublicIpAddressInner |
PublicIpAddressesClient.createOrUpdate(String resourceGroupName,
String publicIpAddressName,
PublicIpAddressInner parameters,
com.azure.core.util.Context context)
Creates or updates a static or dynamic public IP address.
|
PublicIpAddressInner |
PublicIpAddressesClient.getByResourceGroup(String resourceGroupName,
String publicIpAddressName)
Gets the specified public IP address in a specified resource group.
|
PublicIpAddressInner |
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.
|
PublicIpAddressInner |
PublicIpAddressesClient.updateTags(String resourceGroupName,
String publicIpAddressName)
Updates public IP address tags.
|
| Modifier and Type | Method and Description |
|---|---|
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.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.
|
PublicIpAddressInner |
PublicIpAddressesClient.createOrUpdate(String resourceGroupName,
String publicIpAddressName,
PublicIpAddressInner parameters)
Creates or updates a static or dynamic public IP address.
|
PublicIpAddressInner |
PublicIpAddressesClient.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> |
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.
|
| Modifier and Type | Method and Description |
|---|---|
PublicIpAddressInner |
IpConfigurationInner.publicIpAddress()
Get the publicIpAddress property: The reference to the public IP resource.
|
PublicIpAddressInner |
HubIpConfigurationInner.publicIpAddress()
Get the publicIpAddress property: The reference to the public IP resource.
|
PublicIpAddressInner |
NetworkInterfaceIpConfigurationInner.publicIpAddress()
Get the publicIpAddress property: Public IP address bound to the IP configuration.
|
PublicIpAddressInner |
FrontendIpConfigurationInner.publicIpAddress()
Get the publicIpAddress property: The reference to the Public IP resource.
|
PublicIpAddressInner |
PublicIpAddressInner.withDdosSettings(DdosSettings ddosSettings)
Set the ddosSettings property: The DDoS protection custom policy associated with the public IP address.
|
PublicIpAddressInner |
PublicIpAddressInner.withDnsSettings(PublicIpAddressDnsSettings dnsSettings)
Set the dnsSettings property: The FQDN of the DNS record associated with the public IP address.
|
PublicIpAddressInner |
PublicIpAddressInner.withId(String id)
Set the id property: Resource ID.
|
PublicIpAddressInner |
PublicIpAddressInner.withIdleTimeoutInMinutes(Integer idleTimeoutInMinutes)
Set the idleTimeoutInMinutes property: The idle timeout of the public IP address.
|
PublicIpAddressInner |
PublicIpAddressInner.withIpAddress(String ipAddress)
Set the ipAddress property: The IP address associated with the public IP address resource.
|
PublicIpAddressInner |
PublicIpAddressInner.withIpTags(List<IpTag> ipTags)
Set the ipTags property: The list of tags associated with the public IP address.
|
PublicIpAddressInner |
PublicIpAddressInner.withPublicIpAddressVersion(IpVersion publicIpAddressVersion)
Set the publicIpAddressVersion property: The public IP address version.
|
PublicIpAddressInner |
PublicIpAddressInner.withPublicIpAllocationMethod(IpAllocationMethod publicIpAllocationMethod)
Set the publicIpAllocationMethod property: The public IP address allocation method.
|
PublicIpAddressInner |
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 |
PublicIpAddressInner.withSku(PublicIpAddressSku sku)
Set the sku property: The public IP address SKU.
|
PublicIpAddressInner |
PublicIpAddressInner.withZones(List<String> zones)
Set the zones property: A list of availability zones denoting the IP allocated for the resource needs to come
from.
|
| Modifier and Type | Method and Description |
|---|---|
IpConfigurationInner |
IpConfigurationInner.withPublicIpAddress(PublicIpAddressInner publicIpAddress)
Set the publicIpAddress property: The reference to the public IP resource.
|
HubIpConfigurationInner |
HubIpConfigurationInner.withPublicIpAddress(PublicIpAddressInner publicIpAddress)
Set the publicIpAddress property: The reference to the public IP resource.
|
NetworkInterfaceIpConfigurationInner |
NetworkInterfaceIpConfigurationInner.withPublicIpAddress(PublicIpAddressInner publicIpAddress)
Set the publicIpAddress property: Public IP address bound to the IP configuration.
|
FrontendIpConfigurationInner |
FrontendIpConfigurationInner.withPublicIpAddress(PublicIpAddressInner publicIpAddress)
Set the publicIpAddress property: The reference to the Public IP resource.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.