Package | Description |
---|---|
com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
Modifier and Type | Method and Description |
---|---|
PublicIPAddress.Update |
PublicIPAddress.UpdateStages.WithIPAddress.withDynamicIP()
Enables dynamic IP address allocation.
|
PublicIPAddress.Update |
PublicIPAddress.UpdateStages.WithIdleTimout.withIdleTimeoutInMinutes(int minutes)
Specifies the timeout (in minutes) for an idle connection.
|
PublicIPAddress.Update |
PublicIPAddress.UpdateStages.WithIpTag.withIpTag(String tag)
Sets an ipTag associated with the public IP address.
|
PublicIPAddress.Update |
PublicIPAddress.UpdateStages.WithIpTag.withIpTag(String tag,
String ipTagType)
Sets an ipTag associated with the public IP address.
|
PublicIPAddress.Update |
PublicIPAddress.UpdateStages.WithLeafDomainLabel.withLeafDomainLabel(String dnsName)
Specifies the leaf domain label to associate with this public IP address.
|
PublicIPAddress.Update |
PublicIPAddress.UpdateStages.WithIpTag.withoutIpTag(String tag)
Removes an ipTag associated with the public IP address.
|
PublicIPAddress.Update |
PublicIPAddress.UpdateStages.WithLeafDomainLabel.withoutLeafDomainLabel()
Ensures that no leaf domain label will be used.
|
PublicIPAddress.Update |
PublicIPAddress.UpdateStages.WithReverseFQDN.withoutReverseFqdn()
Ensures that no reverse FQDN will be used.
|
PublicIPAddress.Update |
PublicIPAddress.UpdateStages.WithReverseFQDN.withReverseFqdn(String reverseFQDN)
Specifies the reverse FQDN to assign to this public IP address.
|
PublicIPAddress.Update |
PublicIPAddress.UpdateStages.WithIPAddress.withStaticIP()
Enables static IP address allocation.
|
Copyright © 2019. All rights reserved.