Class CustomProfile

java.lang.Object
com.azure.resourcemanager.hybridnetwork.models.CustomProfile

public final class CustomProfile extends Object
Specifies the custom settings for the virtual machine.
  • Constructor Details

    • CustomProfile

      public CustomProfile()
      Creates an instance of CustomProfile class.
  • Method Details

    • metadataConfigurationPath

      public String metadataConfigurationPath()
      Get the metadataConfigurationPath property: Path for metadata configuration.
      Returns:
      the metadataConfigurationPath value.
    • withMetadataConfigurationPath

      public CustomProfile withMetadataConfigurationPath(String metadataConfigurationPath)
      Set the metadataConfigurationPath property: Path for metadata configuration.
      Parameters:
      metadataConfigurationPath - the metadataConfigurationPath value to set.
      Returns:
      the CustomProfile object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.