public class IpConfigurationInner
extends com.azure.core.management.SubResource
| Constructor and Description |
|---|
IpConfigurationInner() |
| 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 the resource that is unique within a resource group.
|
String |
privateIpAddress()
Get the privateIpAddress property: The private IP address of the IP configuration.
|
IpAllocationMethod |
privateIpAllocationMethod()
Get the privateIpAllocationMethod property: The private IP address allocation method.
|
ProvisioningState |
provisioningState()
Get the provisioningState property: The provisioning state of the IP configuration resource.
|
PublicIpAddressInner |
publicIpAddress()
Get the publicIpAddress property: The reference to the public IP resource.
|
SubnetInner |
subnet()
Get the subnet property: The reference to the subnet resource.
|
void |
validate()
Validates the instance.
|
IpConfigurationInner |
withName(String name)
Set the name property: The name of the resource that is unique within a resource group.
|
IpConfigurationInner |
withPrivateIpAddress(String privateIpAddress)
Set the privateIpAddress property: The private IP address of the IP configuration.
|
IpConfigurationInner |
withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod)
Set the privateIpAllocationMethod property: The private IP address allocation method.
|
IpConfigurationInner |
withPublicIpAddress(PublicIpAddressInner publicIpAddress)
Set the publicIpAddress property: The reference to the public IP resource.
|
IpConfigurationInner |
withSubnet(SubnetInner subnet)
Set the subnet property: The reference to the subnet resource.
|
public String name()
public IpConfigurationInner withName(String name)
name - the name value to set.public String etag()
public String privateIpAddress()
public IpConfigurationInner withPrivateIpAddress(String privateIpAddress)
privateIpAddress - the privateIpAddress value to set.public IpAllocationMethod privateIpAllocationMethod()
public IpConfigurationInner withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod)
privateIpAllocationMethod - the privateIpAllocationMethod value to set.public SubnetInner subnet()
public IpConfigurationInner withSubnet(SubnetInner subnet)
subnet - the subnet value to set.public PublicIpAddressInner publicIpAddress()
public IpConfigurationInner withPublicIpAddress(PublicIpAddressInner publicIpAddress)
publicIpAddress - the publicIpAddress value to set.public ProvisioningState provisioningState()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.