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.
|
String |
provisioningState()
Get provisioning state of the public IP resource.
|
com.microsoft.azure.SubResource |
publicIPAddress()
Get reference of the PublicIP resource.
|
com.microsoft.azure.SubResource |
subnet()
Get reference of the subnet resource.
|
String |
type()
Get type of the resource.
|
ApplicationGatewayFrontendIPConfiguration |
withEtag(String etag)
Set a unique read-only string that changes whenever the resource is updated.
|
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 |
withProvisioningState(String provisioningState)
Set provisioning state of the public IP resource.
|
ApplicationGatewayFrontendIPConfiguration |
withPublicIPAddress(com.microsoft.azure.SubResource publicIPAddress)
Set reference of the PublicIP resource.
|
ApplicationGatewayFrontendIPConfiguration |
withSubnet(com.microsoft.azure.SubResource subnet)
Set reference of the subnet resource.
|
ApplicationGatewayFrontendIPConfiguration |
withType(String type)
Set type of the 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 String provisioningState()
public ApplicationGatewayFrontendIPConfiguration withProvisioningState(String provisioningState)
provisioningState - the provisioningState value to setpublic String name()
public ApplicationGatewayFrontendIPConfiguration withName(String name)
name - the name value to setpublic String etag()
public ApplicationGatewayFrontendIPConfiguration withEtag(String etag)
etag - the etag value to setpublic String type()
public ApplicationGatewayFrontendIPConfiguration withType(String type)
type - the type value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/