Class AppliancePropertiesInfrastructureConfig

java.lang.Object
com.azure.resourcemanager.resourceconnector.models.AppliancePropertiesInfrastructureConfig

public final class AppliancePropertiesInfrastructureConfig extends Object
Contains infrastructure information about the Appliance.
  • Constructor Details

    • AppliancePropertiesInfrastructureConfig

      public AppliancePropertiesInfrastructureConfig()
  • Method Details

    • provider

      public Provider provider()
      Get the provider property: Information about the connected appliance.
      Returns:
      the provider value.
    • withProvider

      public AppliancePropertiesInfrastructureConfig withProvider(Provider provider)
      Set the provider property: Information about the connected appliance.
      Parameters:
      provider - the provider value to set.
      Returns:
      the AppliancePropertiesInfrastructureConfig object itself.
    • validate

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