public class PrivateLinkServiceIpConfigurationInner
extends com.azure.core.management.SubResource
| Constructor and Description |
|---|
PrivateLinkServiceIpConfigurationInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
|
String |
name()
Get the name property: The name of private link service ip configuration.
|
Boolean |
primary()
Get the primary property: Whether the ip configuration is primary or not.
|
String |
privateIpAddress()
Get the privateIpAddress property: The private IP address of the IP configuration.
|
IpVersion |
privateIpAddressVersion()
Get the privateIpAddressVersion property: Whether the specific IP configuration is IPv4 or IPv6.
|
IpAllocationMethod |
privateIpAllocationMethod()
Get the privateIpAllocationMethod property: The private IP address allocation method.
|
ProvisioningState |
provisioningState()
Get the provisioningState property: The provisioning state of the private link service IP configuration resource.
|
SubnetInner |
subnet()
Get the subnet property: The reference to the subnet resource.
|
String |
type()
Get the type property: The resource type.
|
void |
validate()
Validates the instance.
|
PrivateLinkServiceIpConfigurationInner |
withId(String id) |
PrivateLinkServiceIpConfigurationInner |
withName(String name)
Set the name property: The name of private link service ip configuration.
|
PrivateLinkServiceIpConfigurationInner |
withPrimary(Boolean primary)
Set the primary property: Whether the ip configuration is primary or not.
|
PrivateLinkServiceIpConfigurationInner |
withPrivateIpAddress(String privateIpAddress)
Set the privateIpAddress property: The private IP address of the IP configuration.
|
PrivateLinkServiceIpConfigurationInner |
withPrivateIpAddressVersion(IpVersion privateIpAddressVersion)
Set the privateIpAddressVersion property: Whether the specific IP configuration is IPv4 or IPv6.
|
PrivateLinkServiceIpConfigurationInner |
withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod)
Set the privateIpAllocationMethod property: The private IP address allocation method.
|
PrivateLinkServiceIpConfigurationInner |
withSubnet(SubnetInner subnet)
Set the subnet property: The reference to the subnet resource.
|
public PrivateLinkServiceIpConfigurationInner()
public String name()
public PrivateLinkServiceIpConfigurationInner withName(String name)
name - the name value to set.public String etag()
public String type()
public String privateIpAddress()
public PrivateLinkServiceIpConfigurationInner withPrivateIpAddress(String privateIpAddress)
privateIpAddress - the privateIpAddress value to set.public IpAllocationMethod privateIpAllocationMethod()
public PrivateLinkServiceIpConfigurationInner withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod)
privateIpAllocationMethod - the privateIpAllocationMethod value to set.public SubnetInner subnet()
public PrivateLinkServiceIpConfigurationInner withSubnet(SubnetInner subnet)
subnet - the subnet value to set.public Boolean primary()
public PrivateLinkServiceIpConfigurationInner withPrimary(Boolean primary)
primary - the primary value to set.public ProvisioningState provisioningState()
public IpVersion privateIpAddressVersion()
public PrivateLinkServiceIpConfigurationInner withPrivateIpAddressVersion(IpVersion privateIpAddressVersion)
privateIpAddressVersion - the privateIpAddressVersion value to set.public PrivateLinkServiceIpConfigurationInner withId(String id)
withId in class com.azure.core.management.SubResourcepublic void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.