public class FrontendIpConfigurationInner
extends com.azure.core.management.SubResource
| Constructor and Description |
|---|
FrontendIpConfigurationInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
|
List<com.azure.core.management.SubResource> |
inboundNatPools()
Get the inboundNatPools property: An array of references to inbound pools that use this frontend IP.
|
List<com.azure.core.management.SubResource> |
inboundNatRules()
Get the inboundNatRules property: An array of references to inbound rules that use this frontend IP.
|
List<com.azure.core.management.SubResource> |
loadBalancingRules()
Get the loadBalancingRules property: An array of references to load balancing rules that use this frontend IP.
|
String |
name()
Get the name property: The name of the resource that is unique within the set of frontend IP configurations used
by the load balancer.
|
List<com.azure.core.management.SubResource> |
outboundRules()
Get the outboundRules property: An array of references to outbound rules that use this frontend IP.
|
String |
privateIpAddress()
Get the privateIpAddress property: The private IP address of the IP configuration.
|
IpVersion |
privateIpAddressVersion()
Get the privateIpAddressVersion property: Whether the specific ipconfiguration is IPv4 or IPv6.
|
IpAllocationMethod |
privateIpAllocationMethod()
Get the privateIpAllocationMethod property: The Private IP allocation method.
|
ProvisioningState |
provisioningState()
Get the provisioningState property: The provisioning state of the frontend IP configuration resource.
|
PublicIpAddressInner |
publicIpAddress()
Get the publicIpAddress property: The reference to the Public IP resource.
|
com.azure.core.management.SubResource |
publicIpPrefix()
Get the publicIpPrefix property: The reference to the Public IP Prefix resource.
|
SubnetInner |
subnet()
Get the subnet property: The reference to the subnet resource.
|
String |
type()
Get the type property: Type of the resource.
|
void |
validate()
Validates the instance.
|
FrontendIpConfigurationInner |
withName(String name)
Set the name property: The name of the resource that is unique within the set of frontend IP configurations used
by the load balancer.
|
FrontendIpConfigurationInner |
withPrivateIpAddress(String privateIpAddress)
Set the privateIpAddress property: The private IP address of the IP configuration.
|
FrontendIpConfigurationInner |
withPrivateIpAddressVersion(IpVersion privateIpAddressVersion)
Set the privateIpAddressVersion property: Whether the specific ipconfiguration is IPv4 or IPv6.
|
FrontendIpConfigurationInner |
withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod)
Set the privateIpAllocationMethod property: The Private IP allocation method.
|
FrontendIpConfigurationInner |
withPublicIpAddress(PublicIpAddressInner publicIpAddress)
Set the publicIpAddress property: The reference to the Public IP resource.
|
FrontendIpConfigurationInner |
withPublicIpPrefix(com.azure.core.management.SubResource publicIpPrefix)
Set the publicIpPrefix property: The reference to the Public IP Prefix resource.
|
FrontendIpConfigurationInner |
withSubnet(SubnetInner subnet)
Set the subnet property: The reference to the subnet resource.
|
FrontendIpConfigurationInner |
withZones(List<String> zones)
Set the zones property: A list of availability zones denoting the IP allocated for the resource needs to come
from.
|
List<String> |
zones()
Get the zones property: A list of availability zones denoting the IP allocated for the resource needs to come
from.
|
public String name()
public FrontendIpConfigurationInner withName(String name)
name - the name value to set.public String etag()
public String type()
public List<String> zones()
public FrontendIpConfigurationInner withZones(List<String> zones)
zones - the zones value to set.public List<com.azure.core.management.SubResource> inboundNatRules()
public List<com.azure.core.management.SubResource> inboundNatPools()
public List<com.azure.core.management.SubResource> outboundRules()
public List<com.azure.core.management.SubResource> loadBalancingRules()
public String privateIpAddress()
public FrontendIpConfigurationInner withPrivateIpAddress(String privateIpAddress)
privateIpAddress - the privateIpAddress value to set.public IpAllocationMethod privateIpAllocationMethod()
public FrontendIpConfigurationInner withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod)
privateIpAllocationMethod - the privateIpAllocationMethod value to set.public IpVersion privateIpAddressVersion()
public FrontendIpConfigurationInner withPrivateIpAddressVersion(IpVersion privateIpAddressVersion)
privateIpAddressVersion - the privateIpAddressVersion value to set.public SubnetInner subnet()
public FrontendIpConfigurationInner withSubnet(SubnetInner subnet)
subnet - the subnet value to set.public PublicIpAddressInner publicIpAddress()
public FrontendIpConfigurationInner withPublicIpAddress(PublicIpAddressInner publicIpAddress)
publicIpAddress - the publicIpAddress value to set.public com.azure.core.management.SubResource publicIpPrefix()
public FrontendIpConfigurationInner withPublicIpPrefix(com.azure.core.management.SubResource publicIpPrefix)
publicIpPrefix - the publicIpPrefix value to set.public ProvisioningState provisioningState()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.