| 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.withPrivateIPAddress(String privateIPAddress)
Set the private IP address of the IP configuration.
|
PrivateLinkServiceIpConfiguration |
PrivateLinkServiceIpConfiguration.withPrivateIPAddressVersion(IPVersion privateIPAddressVersion)
Set available from Api-Version 2016-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6.
|
PrivateLinkServiceIpConfiguration |
PrivateLinkServiceIpConfiguration.withPrivateIPAllocationMethod(IPAllocationMethod privateIPAllocationMethod)
Set the private IP address allocation method.
|
PrivateLinkServiceIpConfiguration |
PrivateLinkServiceIpConfiguration.withProvisioningState(String provisioningState)
Set gets the provisioning state of the public IP resource.
|
PrivateLinkServiceIpConfiguration |
PrivateLinkServiceIpConfiguration.withPublicIPAddress(com.microsoft.azure.management.network.implementation.PublicIPAddressInner publicIPAddress)
Set the reference of the public IP resource.
|
PrivateLinkServiceIpConfiguration |
PrivateLinkServiceIpConfiguration.withSubnet(com.microsoft.azure.management.network.implementation.SubnetInner subnet)
Set the reference of 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.
*/