public class HubIpConfigurationInner
extends com.azure.core.management.SubResource
| Constructor and Description |
|---|
HubIpConfigurationInner() |
| 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: Name of the Ip Configuration.
|
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.
|
String |
type()
Get the type property: Ipconfiguration type.
|
void |
validate()
Validates the instance.
|
HubIpConfigurationInner |
withId(String id) |
HubIpConfigurationInner |
withName(String name)
Set the name property: Name of the Ip Configuration.
|
HubIpConfigurationInner |
withPrivateIpAddress(String privateIpAddress)
Set the privateIpAddress property: The private IP address of the IP configuration.
|
HubIpConfigurationInner |
withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod)
Set the privateIpAllocationMethod property: The private IP address allocation method.
|
HubIpConfigurationInner |
withPublicIpAddress(PublicIpAddressInner publicIpAddress)
Set the publicIpAddress property: The reference to the public IP resource.
|
HubIpConfigurationInner |
withSubnet(SubnetInner subnet)
Set the subnet property: The reference to the subnet resource.
|
public String name()
public HubIpConfigurationInner withName(String name)
name - the name value to set.public String etag()
public String type()
public String privateIpAddress()
public HubIpConfigurationInner withPrivateIpAddress(String privateIpAddress)
privateIpAddress - the privateIpAddress value to set.public IpAllocationMethod privateIpAllocationMethod()
public HubIpConfigurationInner withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod)
privateIpAllocationMethod - the privateIpAllocationMethod value to set.public SubnetInner subnet()
public HubIpConfigurationInner withSubnet(SubnetInner subnet)
subnet - the subnet value to set.public PublicIpAddressInner publicIpAddress()
public HubIpConfigurationInner withPublicIpAddress(PublicIpAddressInner publicIpAddress)
publicIpAddress - the publicIpAddress value to set.public ProvisioningState provisioningState()
public HubIpConfigurationInner 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.