public class AzureFirewallIpConfiguration
extends com.azure.core.management.SubResource
| Constructor and Description |
|---|
AzureFirewallIpConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
|
String |
name()
Get the name property: Name of the resource that is unique within a resource group.
|
String |
privateIpAddress()
Get the privateIpAddress property: The Firewall Internal Load Balancer IP to be used as the next hop in User
Defined Routes.
|
ProvisioningState |
provisioningState()
Get the provisioningState property: The provisioning state of the Azure firewall IP configuration resource.
|
com.azure.core.management.SubResource |
publicIpAddress()
Get the publicIpAddress property: Reference to the PublicIP resource.
|
com.azure.core.management.SubResource |
subnet()
Get the subnet property: Reference to the subnet resource.
|
String |
type()
Get the type property: Type of the resource.
|
void |
validate()
Validates the instance.
|
AzureFirewallIpConfiguration |
withName(String name)
Set the name property: Name of the resource that is unique within a resource group.
|
AzureFirewallIpConfiguration |
withPublicIpAddress(com.azure.core.management.SubResource publicIpAddress)
Set the publicIpAddress property: Reference to the PublicIP resource.
|
AzureFirewallIpConfiguration |
withSubnet(com.azure.core.management.SubResource subnet)
Set the subnet property: Reference to the subnet resource.
|
public String name()
public AzureFirewallIpConfiguration withName(String name)
name - the name value to set.public String etag()
public String type()
public String privateIpAddress()
public com.azure.core.management.SubResource subnet()
public AzureFirewallIpConfiguration withSubnet(com.azure.core.management.SubResource subnet)
subnet - the subnet value to set.public com.azure.core.management.SubResource publicIpAddress()
public AzureFirewallIpConfiguration withPublicIpAddress(com.azure.core.management.SubResource publicIpAddress)
publicIpAddress - the publicIpAddress value to set.public ProvisioningState provisioningState()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.