| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
PrivateLinkServiceIpConfiguration |
PrivateLinkServiceIpConfiguration.withName(String name)
Set the name of private link service ip configuration.
|
PrivateLinkServiceIpConfiguration |
PrivateLinkServiceIpConfiguration.withPrimary(Boolean primary)
Set whether the ip configuration is primary or not.
|
PrivateLinkServiceIpConfiguration |
PrivateLinkServiceIpConfiguration.withPrivateIPAddress(String privateIPAddress)
Set the private IP address of the IP configuration.
|
PrivateLinkServiceIpConfiguration |
PrivateLinkServiceIpConfiguration.withPrivateIPAddressVersion(IPVersion privateIPAddressVersion)
Set whether the specific IP configuration is IPv4 or IPv6.
|
PrivateLinkServiceIpConfiguration |
PrivateLinkServiceIpConfiguration.withPrivateIPAllocationMethod(IPAllocationMethod privateIPAllocationMethod)
Set the private IP address allocation method.
|
PrivateLinkServiceIpConfiguration |
PrivateLinkServiceIpConfiguration.withSubnet(com.microsoft.azure.management.network.implementation.SubnetInner subnet)
Set the reference to the subnet resource.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/