public class IPConfiguration
extends com.microsoft.azure.SubResource
| Constructor and Description |
|---|
IPConfiguration() |
| 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 the resource that is unique within a resource group.
|
String |
privateIPAddress()
Get the private IP address of the IP configuration.
|
IPAllocationMethod |
privateIPAllocationMethod()
Get the private IP address allocation method.
|
ProvisioningState |
provisioningState()
Get the provisioning state of the IP configuration resource.
|
com.microsoft.azure.management.network.implementation.PublicIPAddressInner |
publicIPAddress()
Get the reference to the public IP resource.
|
com.microsoft.azure.management.network.implementation.SubnetInner |
subnet()
Get the reference to the subnet resource.
|
IPConfiguration |
withName(String name)
Set the name of the resource that is unique within a resource group.
|
IPConfiguration |
withPrivateIPAddress(String privateIPAddress)
Set the private IP address of the IP configuration.
|
IPConfiguration |
withPrivateIPAllocationMethod(IPAllocationMethod privateIPAllocationMethod)
Set the private IP address allocation method.
|
IPConfiguration |
withPublicIPAddress(com.microsoft.azure.management.network.implementation.PublicIPAddressInner publicIPAddress)
Set the reference to the public IP resource.
|
IPConfiguration |
withSubnet(com.microsoft.azure.management.network.implementation.SubnetInner subnet)
Set the reference to the subnet resource.
|
public String privateIPAddress()
public IPConfiguration withPrivateIPAddress(String privateIPAddress)
privateIPAddress - the privateIPAddress value to setpublic IPAllocationMethod privateIPAllocationMethod()
public IPConfiguration withPrivateIPAllocationMethod(IPAllocationMethod privateIPAllocationMethod)
privateIPAllocationMethod - the privateIPAllocationMethod value to setpublic com.microsoft.azure.management.network.implementation.SubnetInner subnet()
public IPConfiguration withSubnet(com.microsoft.azure.management.network.implementation.SubnetInner subnet)
subnet - the subnet value to setpublic com.microsoft.azure.management.network.implementation.PublicIPAddressInner publicIPAddress()
public IPConfiguration withPublicIPAddress(com.microsoft.azure.management.network.implementation.PublicIPAddressInner publicIPAddress)
publicIPAddress - the publicIPAddress value to setpublic ProvisioningState provisioningState()
public String name()
public IPConfiguration withName(String name)
name - the name value to setpublic String etag()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/