public class AzureFirewallIPConfiguration
extends com.microsoft.azure.SubResource
| Constructor and Description |
|---|
AzureFirewallIPConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
etag()
Get a unique read-only string that changes whenever the resource is updated.
|
String |
name()
Get name of the resource that is unique within a resource group.
|
String |
privateIPAddress()
Get the Firewall Internal Load Balancer IP to be used as the next hop in User Defined Routes.
|
ProvisioningState |
provisioningState()
Get the provisioning state of the resource.
|
com.microsoft.azure.SubResource |
publicIPAddress()
Get reference of the PublicIP resource.
|
com.microsoft.azure.SubResource |
subnet()
Get reference of the subnet resource.
|
AzureFirewallIPConfiguration |
withName(String name)
Set name of the resource that is unique within a resource group.
|
AzureFirewallIPConfiguration |
withProvisioningState(ProvisioningState provisioningState)
Set the provisioning state of the resource.
|
AzureFirewallIPConfiguration |
withPublicIPAddress(com.microsoft.azure.SubResource publicIPAddress)
Set reference of the PublicIP resource.
|
AzureFirewallIPConfiguration |
withSubnet(com.microsoft.azure.SubResource subnet)
Set reference of the subnet resource.
|
public String privateIPAddress()
public com.microsoft.azure.SubResource subnet()
public AzureFirewallIPConfiguration withSubnet(com.microsoft.azure.SubResource subnet)
subnet - the subnet value to setpublic com.microsoft.azure.SubResource publicIPAddress()
public AzureFirewallIPConfiguration withPublicIPAddress(com.microsoft.azure.SubResource publicIPAddress)
publicIPAddress - the publicIPAddress value to setpublic ProvisioningState provisioningState()
public AzureFirewallIPConfiguration withProvisioningState(ProvisioningState provisioningState)
provisioningState - the provisioningState value to setpublic String name()
public AzureFirewallIPConfiguration withName(String name)
name - the name value to setpublic String etag()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/