Class ProviderInstanceInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.workloads.fluent.models.ProviderInstanceInner

public final class ProviderInstanceInner extends com.azure.core.management.ProxyResource
A provider instance associated with SAP monitor.
  • Constructor Details

    • ProviderInstanceInner

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

    • identity

      public UserAssignedServiceIdentity identity()
      Get the identity property: Managed service identity (user assigned identities).
      Returns:
      the identity value.
    • withIdentity

      public ProviderInstanceInner withIdentity(UserAssignedServiceIdentity identity)
      Set the identity property: Managed service identity (user assigned identities).
      Parameters:
      identity - the identity value to set.
      Returns:
      the ProviderInstanceInner object itself.
    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
      Returns:
      the systemData value.
    • 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 ProviderInstanceInner withProviderSettings(ProviderSpecificProperties providerSettings)
      Set the providerSettings property: Defines the provider instance errors.
      Parameters:
      providerSettings - the providerSettings value to set.
      Returns:
      the ProviderInstanceInner object itself.
    • validate

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