Interface WorkloadClassifier


  • public interface WorkloadClassifier
    An immutable client-side representation of WorkloadClassifier.
    • Method Detail

      • id

        String id()
        Gets the id property: Fully qualified resource Id for the resource.
        Returns:
        the id value.
      • name

        String name()
        Gets the name property: The name of the resource.
        Returns:
        the name value.
      • type

        String type()
        Gets the type property: The type of the resource.
        Returns:
        the type value.
      • memberName

        String memberName()
        Gets the memberName property: The workload classifier member name.
        Returns:
        the memberName value.
      • label

        String label()
        Gets the label property: The workload classifier label.
        Returns:
        the label value.
      • context

        String context()
        Gets the context property: The workload classifier context.
        Returns:
        the context value.
      • startTime

        String startTime()
        Gets the startTime property: The workload classifier start time for classification.
        Returns:
        the startTime value.
      • endTime

        String endTime()
        Gets the endTime property: The workload classifier end time for classification.
        Returns:
        the endTime value.
      • importance

        String importance()
        Gets the importance property: The workload classifier importance.
        Returns:
        the importance value.
      • innerModel

        WorkloadClassifierInner innerModel()
        Gets the inner com.azure.resourcemanager.synapse.fluent.models.WorkloadClassifierInner object.
        Returns:
        the inner object.
      • update

        WorkloadClassifier.Update update()
        Begins update for the WorkloadClassifier resource.
        Returns:
        the stage of resource update.
      • refresh

        WorkloadClassifier refresh()
        Refreshes the resource to sync with Azure.
        Returns:
        the refreshed resource.
      • refresh

        WorkloadClassifier refresh​(com.azure.core.util.Context context)
        Refreshes the resource to sync with Azure.
        Parameters:
        context - The context to associate with this operation.
        Returns:
        the refreshed resource.