| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayFrontendIPConfiguration |
ApplicationGatewayFrontendIPConfiguration.withEtag(String etag)
Set a unique read-only string that changes whenever the resource is updated.
|
ApplicationGatewayFrontendIPConfiguration |
ApplicationGatewayFrontendIPConfiguration.withName(String name)
Set name of the frontend IP configuration that is unique within an Application Gateway.
|
ApplicationGatewayFrontendIPConfiguration |
ApplicationGatewayFrontendIPConfiguration.withPrivateIPAddress(String privateIPAddress)
Set privateIPAddress of the network interface IP Configuration.
|
ApplicationGatewayFrontendIPConfiguration |
ApplicationGatewayFrontendIPConfiguration.withPrivateIPAllocationMethod(IPAllocationMethod privateIPAllocationMethod)
Set the private IP address allocation method.
|
ApplicationGatewayFrontendIPConfiguration |
ApplicationGatewayFrontendIPConfiguration.withProvisioningState(String provisioningState)
Set provisioning state of the public IP resource.
|
ApplicationGatewayFrontendIPConfiguration |
ApplicationGatewayFrontendIPConfiguration.withPublicIPAddress(com.microsoft.azure.SubResource publicIPAddress)
Set reference of the PublicIP resource.
|
ApplicationGatewayFrontendIPConfiguration |
ApplicationGatewayFrontendIPConfiguration.withSubnet(com.microsoft.azure.SubResource subnet)
Set reference of the subnet resource.
|
ApplicationGatewayFrontendIPConfiguration |
ApplicationGatewayFrontendIPConfiguration.withType(String type)
Set type of the resource.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/