| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayPrivateLinkIpConfiguration |
ApplicationGatewayPrivateLinkIpConfiguration.withName(String name)
Set the name property: The name of application gateway private link ip configuration.
|
ApplicationGatewayPrivateLinkIpConfiguration |
ApplicationGatewayPrivateLinkIpConfiguration.withPrimary(Boolean primary)
Set the primary property: Whether the ip configuration is primary or not.
|
ApplicationGatewayPrivateLinkIpConfiguration |
ApplicationGatewayPrivateLinkIpConfiguration.withPrivateIpAddress(String privateIpAddress)
Set the privateIpAddress property: The private IP address of the IP configuration.
|
ApplicationGatewayPrivateLinkIpConfiguration |
ApplicationGatewayPrivateLinkIpConfiguration.withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod)
Set the privateIpAllocationMethod property: The private IP address allocation method.
|
ApplicationGatewayPrivateLinkIpConfiguration |
ApplicationGatewayPrivateLinkIpConfiguration.withSubnet(com.azure.core.management.SubResource subnet)
Set the subnet property: Reference to the subnet resource.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.