Class IpConfigurationProfilePropertiesFormatInner
- java.lang.Object
-
- com.azure.resourcemanager.network.fluent.models.IpConfigurationProfilePropertiesFormatInner
-
public final class IpConfigurationProfilePropertiesFormatInner extends Object
IP configuration profile properties.
-
-
Constructor Summary
Constructors Constructor Description IpConfigurationProfilePropertiesFormatInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProvisioningStateprovisioningState()Get the provisioningState property: The provisioning state of the IP configuration profile resource.SubnetInnersubnet()Get the subnet property: The reference to the subnet resource to create a container network interface ip configuration.voidvalidate()Validates the instance.IpConfigurationProfilePropertiesFormatInnerwithSubnet(SubnetInner subnet)Set the subnet property: The reference to the subnet resource to create a container network interface ip configuration.
-
-
-
Method Detail
-
subnet
public SubnetInner subnet()
Get the subnet property: The reference to the subnet resource to create a container network interface ip configuration.- Returns:
- the subnet value.
-
withSubnet
public IpConfigurationProfilePropertiesFormatInner withSubnet(SubnetInner subnet)
Set the subnet property: The reference to the subnet resource to create a container network interface ip configuration.- Parameters:
subnet- the subnet value to set.- Returns:
- the IpConfigurationProfilePropertiesFormatInner object itself.
-
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the IP configuration profile resource.- Returns:
- the provisioningState value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-