| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent.models |
Package containing the inner data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualNetworkGatewayIpConfigurationInner |
VirtualNetworkGatewayIpConfigurationInner.withId(String id) |
VirtualNetworkGatewayIpConfigurationInner |
VirtualNetworkGatewayIpConfigurationInner.withName(String name)
Set the name property: The name of the resource that is unique within a resource group.
|
VirtualNetworkGatewayIpConfigurationInner |
VirtualNetworkGatewayIpConfigurationInner.withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod)
Set the privateIpAllocationMethod property: The private IP address allocation method.
|
VirtualNetworkGatewayIpConfigurationInner |
VirtualNetworkGatewayIpConfigurationInner.withPublicIpAddress(com.azure.core.management.SubResource publicIpAddress)
Set the publicIpAddress property: The reference to the public IP resource.
|
VirtualNetworkGatewayIpConfigurationInner |
VirtualNetworkGatewayIpConfigurationInner.withSubnet(com.azure.core.management.SubResource subnet)
Set the subnet property: The reference to the subnet resource.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.