public class ApplicationGatewayFrontendIPConfiguration
extends com.microsoft.azure.SubResource
| Constructor and Description |
|---|
ApplicationGatewayFrontendIPConfiguration() |
| 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 frontend IP configuration that is unique within an Application Gateway.
|
String |
privateIPAddress()
Get privateIPAddress of the network interface IP Configuration.
|
IPAllocationMethod |
privateIPAllocationMethod()
Get the private IP address allocation method.
|
ProvisioningState |
provisioningState()
Get the provisioning state of the frontend IP configuration resource.
|
com.microsoft.azure.SubResource |
publicIPAddress()
Get reference to the PublicIP resource.
|
com.microsoft.azure.SubResource |
subnet()
Get reference to the subnet resource.
|
String |
type()
Get type of the resource.
|
ApplicationGatewayFrontendIPConfiguration |
withName(String name)
Set name of the frontend IP configuration that is unique within an Application Gateway.
|
ApplicationGatewayFrontendIPConfiguration |
withPrivateIPAddress(String privateIPAddress)
Set privateIPAddress of the network interface IP Configuration.
|
ApplicationGatewayFrontendIPConfiguration |
withPrivateIPAllocationMethod(IPAllocationMethod privateIPAllocationMethod)
Set the private IP address allocation method.
|
ApplicationGatewayFrontendIPConfiguration |
withPublicIPAddress(com.microsoft.azure.SubResource publicIPAddress)
Set reference to the PublicIP resource.
|
ApplicationGatewayFrontendIPConfiguration |
withSubnet(com.microsoft.azure.SubResource subnet)
Set reference to the subnet resource.
|
public ApplicationGatewayFrontendIPConfiguration()
public String privateIPAddress()
public ApplicationGatewayFrontendIPConfiguration withPrivateIPAddress(String privateIPAddress)
privateIPAddress - the privateIPAddress value to setpublic IPAllocationMethod privateIPAllocationMethod()
public ApplicationGatewayFrontendIPConfiguration withPrivateIPAllocationMethod(IPAllocationMethod privateIPAllocationMethod)
privateIPAllocationMethod - the privateIPAllocationMethod value to setpublic com.microsoft.azure.SubResource subnet()
public ApplicationGatewayFrontendIPConfiguration withSubnet(com.microsoft.azure.SubResource subnet)
subnet - the subnet value to setpublic com.microsoft.azure.SubResource publicIPAddress()
public ApplicationGatewayFrontendIPConfiguration withPublicIPAddress(com.microsoft.azure.SubResource publicIPAddress)
publicIPAddress - the publicIPAddress value to setpublic ProvisioningState provisioningState()
public String name()
public ApplicationGatewayFrontendIPConfiguration withName(String name)
name - the name value to setpublic String etag()
public String type()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/