Class ProviderInstanceProperties

java.lang.Object
com.azure.resourcemanager.workloads.fluent.models.ProviderInstanceProperties

public final class ProviderInstanceProperties extends Object
Describes the properties of a provider instance.
  • Constructor Details

    • ProviderInstanceProperties

      public ProviderInstanceProperties()
  • Method Details

    • provisioningState

      public WorkloadMonitorProvisioningState provisioningState()
      Get the provisioningState property: State of provisioning of the provider instance.
      Returns:
      the provisioningState value.
    • errors

      Get the errors property: Defines the provider instance errors.
      Returns:
      the errors value.
    • providerSettings

      public ProviderSpecificProperties providerSettings()
      Get the providerSettings property: Defines the provider instance errors.
      Returns:
      the providerSettings value.
    • withProviderSettings

      public ProviderInstanceProperties withProviderSettings(ProviderSpecificProperties providerSettings)
      Set the providerSettings property: Defines the provider instance errors.
      Parameters:
      providerSettings - the providerSettings value to set.
      Returns:
      the ProviderInstanceProperties object itself.
    • validate

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