public class PrivateLinkServiceIpConfiguration extends Object
| Constructor and Description |
|---|
PrivateLinkServiceIpConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
name()
Get the name of private link service ip configuration.
|
String |
privateIPAddress()
Get the private IP address of the IP configuration.
|
IPVersion |
privateIPAddressVersion()
Get available from Api-Version 2016-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6.
|
IPAllocationMethod |
privateIPAllocationMethod()
Get the private IP address allocation method.
|
String |
provisioningState()
Get gets the provisioning state of the public IP resource.
|
com.microsoft.azure.management.network.implementation.PublicIPAddressInner |
publicIPAddress()
Get the reference of the public IP resource.
|
com.microsoft.azure.management.network.implementation.SubnetInner |
subnet()
Get the reference of the subnet resource.
|
PrivateLinkServiceIpConfiguration |
withName(String name)
Set the name of private link service ip configuration.
|
PrivateLinkServiceIpConfiguration |
withPrivateIPAddress(String privateIPAddress)
Set the private IP address of the IP configuration.
|
PrivateLinkServiceIpConfiguration |
withPrivateIPAddressVersion(IPVersion privateIPAddressVersion)
Set available from Api-Version 2016-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6.
|
PrivateLinkServiceIpConfiguration |
withPrivateIPAllocationMethod(IPAllocationMethod privateIPAllocationMethod)
Set the private IP address allocation method.
|
PrivateLinkServiceIpConfiguration |
withProvisioningState(String provisioningState)
Set gets the provisioning state of the public IP resource.
|
PrivateLinkServiceIpConfiguration |
withPublicIPAddress(com.microsoft.azure.management.network.implementation.PublicIPAddressInner publicIPAddress)
Set the reference of the public IP resource.
|
PrivateLinkServiceIpConfiguration |
withSubnet(com.microsoft.azure.management.network.implementation.SubnetInner subnet)
Set the reference of the subnet resource.
|
public String privateIPAddress()
public PrivateLinkServiceIpConfiguration withPrivateIPAddress(String privateIPAddress)
privateIPAddress - the privateIPAddress value to setpublic IPAllocationMethod privateIPAllocationMethod()
public PrivateLinkServiceIpConfiguration withPrivateIPAllocationMethod(IPAllocationMethod privateIPAllocationMethod)
privateIPAllocationMethod - the privateIPAllocationMethod value to setpublic com.microsoft.azure.management.network.implementation.SubnetInner subnet()
public PrivateLinkServiceIpConfiguration withSubnet(com.microsoft.azure.management.network.implementation.SubnetInner subnet)
subnet - the subnet value to setpublic com.microsoft.azure.management.network.implementation.PublicIPAddressInner publicIPAddress()
public PrivateLinkServiceIpConfiguration withPublicIPAddress(com.microsoft.azure.management.network.implementation.PublicIPAddressInner publicIPAddress)
publicIPAddress - the publicIPAddress value to setpublic String provisioningState()
public PrivateLinkServiceIpConfiguration withProvisioningState(String provisioningState)
provisioningState - the provisioningState value to setpublic IPVersion privateIPAddressVersion()
public PrivateLinkServiceIpConfiguration withPrivateIPAddressVersion(IPVersion privateIPAddressVersion)
privateIPAddressVersion - the privateIPAddressVersion value to setpublic String name()
public PrivateLinkServiceIpConfiguration withName(String name)
name - the name value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/