public class PrivateLinkServiceIpConfiguration
extends com.microsoft.azure.SubResource
| Constructor and Description |
|---|
PrivateLinkServiceIpConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
etag()
Get a unique read-only string that changes whenever the resource is updated.
|
String |
name()
Get the name of private link service ip configuration.
|
Boolean |
primary()
Get whether the ip configuration is primary or not.
|
String |
privateIPAddress()
Get the private IP address of the IP configuration.
|
IPVersion |
privateIPAddressVersion()
Get whether the specific IP configuration is IPv4 or IPv6.
|
IPAllocationMethod |
privateIPAllocationMethod()
Get the private IP address allocation method.
|
ProvisioningState |
provisioningState()
Get the provisioning state of the private link service IP configuration resource.
|
com.microsoft.azure.management.network.implementation.SubnetInner |
subnet()
Get the reference to the subnet resource.
|
String |
type()
Get the resource type.
|
PrivateLinkServiceIpConfiguration |
withName(String name)
Set the name of private link service ip configuration.
|
PrivateLinkServiceIpConfiguration |
withPrimary(Boolean primary)
Set whether the ip configuration is primary or not.
|
PrivateLinkServiceIpConfiguration |
withPrivateIPAddress(String privateIPAddress)
Set the private IP address of the IP configuration.
|
PrivateLinkServiceIpConfiguration |
withPrivateIPAddressVersion(IPVersion privateIPAddressVersion)
Set whether the specific IP configuration is IPv4 or IPv6.
|
PrivateLinkServiceIpConfiguration |
withPrivateIPAllocationMethod(IPAllocationMethod privateIPAllocationMethod)
Set the private IP address allocation method.
|
PrivateLinkServiceIpConfiguration |
withSubnet(com.microsoft.azure.management.network.implementation.SubnetInner subnet)
Set the reference to 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 Boolean primary()
public PrivateLinkServiceIpConfiguration withPrimary(Boolean primary)
primary - the primary value to setpublic ProvisioningState provisioningState()
public 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 setpublic String etag()
public String type()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/