| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayFrontendIpConfiguration |
ApplicationGatewayFrontendIpConfiguration.withId(String id) |
ApplicationGatewayFrontendIpConfiguration |
ApplicationGatewayFrontendIpConfiguration.withName(String name)
Set the name property: Name of the frontend IP configuration that is unique within an Application Gateway.
|
ApplicationGatewayFrontendIpConfiguration |
ApplicationGatewayFrontendIpConfiguration.withPrivateIpAddress(String privateIpAddress)
Set the privateIpAddress property: PrivateIPAddress of the network interface IP Configuration.
|
ApplicationGatewayFrontendIpConfiguration |
ApplicationGatewayFrontendIpConfiguration.withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod)
Set the privateIpAllocationMethod property: The private IP address allocation method.
|
ApplicationGatewayFrontendIpConfiguration |
ApplicationGatewayFrontendIpConfiguration.withPrivateLinkConfiguration(com.azure.core.management.SubResource privateLinkConfiguration)
Set the privateLinkConfiguration property: Reference to the application gateway private link configuration.
|
ApplicationGatewayFrontendIpConfiguration |
ApplicationGatewayFrontendIpConfiguration.withPublicIpAddress(com.azure.core.management.SubResource publicIpAddress)
Set the publicIpAddress property: Reference to the PublicIP resource.
|
ApplicationGatewayFrontendIpConfiguration |
ApplicationGatewayFrontendIpConfiguration.withSubnet(com.azure.core.management.SubResource subnet)
Set the subnet property: Reference to the subnet resource.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.