| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent.models |
Package containing the inner data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
IpConfigurationInner |
PublicIpAddressInner.ipConfiguration()
Get the ipConfiguration property: The IP configuration associated with the public IP address.
|
IpConfigurationInner |
IpConfigurationInner.withName(String name)
Set the name property: The name of the resource that is unique within a resource group.
|
IpConfigurationInner |
IpConfigurationInner.withPrivateIpAddress(String privateIpAddress)
Set the privateIpAddress property: The private IP address of the IP configuration.
|
IpConfigurationInner |
IpConfigurationInner.withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod)
Set the privateIpAllocationMethod property: The private IP address allocation method.
|
IpConfigurationInner |
IpConfigurationInner.withPublicIpAddress(PublicIpAddressInner publicIpAddress)
Set the publicIpAddress property: The reference to the public IP resource.
|
IpConfigurationInner |
IpConfigurationInner.withSubnet(SubnetInner subnet)
Set the subnet property: The reference to the subnet resource.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.