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.
|
String |
provisioningState()
Get gets the provisioning state of the public IP resource.
|
com.microsoft.azure.management.network.implementation.PublicIPAddressInner |
publicIPAddress()
Get the reference of the public IP resource.
|
com.microsoft.azure.management.network.implementation.SubnetInner |
subnet()
Get the reference of the subnet resource.
|
IPConfiguration |
withEtag(String etag)
Set a unique read-only string that changes whenever the resource is updated.
|
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 |
withProvisioningState(String provisioningState)
Set gets the provisioning state of the public IP resource.
|
IPConfiguration |
withPublicIPAddress(com.microsoft.azure.management.network.implementation.PublicIPAddressInner publicIPAddress)
Set the reference of the public IP resource.
|
IPConfiguration |
withSubnet(com.microsoft.azure.management.network.implementation.SubnetInner subnet)
Set the reference of 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 String provisioningState()
public IPConfiguration withProvisioningState(String provisioningState)
provisioningState - the provisioningState value to setpublic String name()
public IPConfiguration withName(String name)
name - the name value to setpublic String etag()
public IPConfiguration withEtag(String etag)
etag - the etag value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/