PublicIPAddressResourceSettings Class
- java.
lang. Object - com.
microsoft. azure. management. resourcemover. v2021_01_01.ResourceSettings - com.
microsoft. azure. management. resourcemover. v2021_01_01.PublicIPAddressResourceSettings
- com.
- com.
public class PublicIPAddressResourceSettings
extends ResourceSettings
Defines the public IP address resource settings.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| PublicIPAddressResourceSettings() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.String |
domainNameLabel()
Get gets or sets the domain name label. |
| java.lang.String |
fqdn()
Get gets or sets the fully qualified domain name. |
| java.lang.String |
publicIpAllocationMethod()
Get gets or sets public IP allocation method. |
| java.lang.String |
sku()
Get gets or sets public IP sku. |
|
Public |
withDomainNameLabel(String domainNameLabel)
Set gets or sets the domain name label. |
|
Public |
withFqdn(String fqdn)
Set gets or sets the fully qualified domain name. |
|
Public |
withPublicIpAllocationMethod(String publicIpAllocationMethod)
Set gets or sets public IP allocation method. |
|
Public |
withSku(String sku)
Set gets or sets public IP sku. |
|
Public |
withZones(String zones)
Set gets or sets public IP zones. |
| java.lang.String |
zones()
Get gets or sets public IP zones. |
Methods inherited from ResourceSettings
Methods inherited from java.lang.Object
Constructor Details
PublicIPAddressResourceSettings
public PublicIPAddressResourceSettings()
Method Details
domainNameLabel
public String domainNameLabel()
Get gets or sets the domain name label.
Returns:
fqdn
public String fqdn()
Get gets or sets the fully qualified domain name.
Returns:
publicIpAllocationMethod
public String publicIpAllocationMethod()
Get gets or sets public IP allocation method.
Returns:
sku
public String sku()
Get gets or sets public IP sku.
Returns:
withDomainNameLabel
public PublicIPAddressResourceSettings withDomainNameLabel(String domainNameLabel)
Set gets or sets the domain name label.
Parameters:
Returns:
withFqdn
public PublicIPAddressResourceSettings withFqdn(String fqdn)
Set gets or sets the fully qualified domain name.
Parameters:
Returns:
withPublicIpAllocationMethod
public PublicIPAddressResourceSettings withPublicIpAllocationMethod(String publicIpAllocationMethod)
Set gets or sets public IP allocation method.
Parameters:
Returns:
withSku
public PublicIPAddressResourceSettings withSku(String sku)
Set gets or sets public IP sku.
Parameters:
Returns:
withZones
public PublicIPAddressResourceSettings withZones(String zones)
Set gets or sets public IP zones.
Parameters:
Returns:
zones
public String zones()
Get gets or sets public IP zones.
Returns: