public class IpConfigurationProfileInner
extends com.azure.core.management.SubResource
| Constructor and Description |
|---|
IpConfigurationProfileInner() |
| 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.
|
ProvisioningState |
provisioningState()
Get the provisioningState property: The provisioning state of the IP configuration profile resource.
|
SubnetInner |
subnet()
Get the subnet property: The reference to the subnet resource to create a container network interface ip
configuration.
|
String |
type()
Get the type property: Sub Resource type.
|
void |
validate()
Validates the instance.
|
IpConfigurationProfileInner |
withId(String id) |
IpConfigurationProfileInner |
withName(String name)
Set the name property: The name of the resource.
|
IpConfigurationProfileInner |
withSubnet(SubnetInner subnet)
Set the subnet property: The reference to the subnet resource to create a container network interface ip
configuration.
|
public String name()
public IpConfigurationProfileInner withName(String name)
name - the name value to set.public String type()
public String etag()
public SubnetInner subnet()
public IpConfigurationProfileInner withSubnet(SubnetInner subnet)
subnet - the subnet value to set.public ProvisioningState provisioningState()
public IpConfigurationProfileInner 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.