Class VirtualNetworksPropertiesStatusProvisioningStatusError
java.lang.Object
com.azure.resourcemanager.hybridcontainerservice.models.VirtualNetworksPropertiesStatusProvisioningStatusError
The VirtualNetworksPropertiesStatusProvisioningStatusError model.
-
Constructor Summary
ConstructorDescriptionCreates an instance of VirtualNetworksPropertiesStatusProvisioningStatusError class. -
Method Summary
Modifier and TypeMethodDescriptioncode()
Get the code property: The code property.message()
Get the message property: The message property.void
validate()
Validates the instance.Set the code property: The code property.withMessage
(String message) Set the message property: The message property.
-
Constructor Details
-
VirtualNetworksPropertiesStatusProvisioningStatusError
public VirtualNetworksPropertiesStatusProvisioningStatusError()Creates an instance of VirtualNetworksPropertiesStatusProvisioningStatusError class.
-
-
Method Details
-
code
Get the code property: The code property.- Returns:
- the code value.
-
withCode
Set the code property: The code property.- Parameters:
code
- the code value to set.- Returns:
- the VirtualNetworksPropertiesStatusProvisioningStatusError object itself.
-
message
Get the message property: The message property.- Returns:
- the message value.
-
withMessage
Set the message property: The message property.- Parameters:
message
- the message value to set.- Returns:
- the VirtualNetworksPropertiesStatusProvisioningStatusError object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-