Class ContainerNetworkInterfaceIpConfigurationPropertiesFormat
java.lang.Object
com.azure.resourcemanager.network.fluent.models.ContainerNetworkInterfaceIpConfigurationPropertiesFormat
Properties of the container network interface IP configuration.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ContainerNetworkInterfaceIpConfigurationPropertiesFormat class. -
Method Summary
Modifier and TypeMethodDescriptionGet the provisioningState property: The provisioning state of the container network interface IP configuration resource.voidvalidate()Validates the instance.
-
Constructor Details
-
ContainerNetworkInterfaceIpConfigurationPropertiesFormat
public ContainerNetworkInterfaceIpConfigurationPropertiesFormat()Creates an instance of ContainerNetworkInterfaceIpConfigurationPropertiesFormat class.
-
-
Method Details
-
provisioningState
Get the provisioningState property: The provisioning state of the container network interface IP configuration resource.- Returns:
- the provisioningState value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-