public class IPConfigurationProfile
extends com.microsoft.azure.SubResource
| Constructor and Description |
|---|
IPConfigurationProfile() |
| 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.
|
ProvisioningState |
provisioningState()
Get the provisioning state of the IP configuration profile resource.
|
com.microsoft.azure.management.network.implementation.SubnetInner |
subnet()
Get the reference to the subnet resource to create a container network interface ip configuration.
|
String |
type()
Get sub Resource type.
|
IPConfigurationProfile |
withName(String name)
Set the name of the resource.
|
IPConfigurationProfile |
withSubnet(com.microsoft.azure.management.network.implementation.SubnetInner subnet)
Set the reference to the subnet resource to create a container network interface ip configuration.
|
public com.microsoft.azure.management.network.implementation.SubnetInner subnet()
public IPConfigurationProfile withSubnet(com.microsoft.azure.management.network.implementation.SubnetInner subnet)
subnet - the subnet value to setpublic ProvisioningState provisioningState()
public String name()
public IPConfigurationProfile withName(String name)
name - the name value to setpublic String type()
public String etag()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/