Interface WorkspaceConnection


  • public interface WorkspaceConnection
    An immutable client-side representation of WorkspaceConnection.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String authType()
      Gets the authType property: Authorization type of the workspace connection.
      String category()
      Gets the category property: Category of the workspace connection.
      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      WorkspaceConnectionInner innerModel()
      Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.WorkspaceConnectionInner object.
      String name()
      Gets the name property: The name of the resource.
      WorkspaceConnection refresh()
      Refreshes the resource to sync with Azure.
      WorkspaceConnection refresh​(com.azure.core.util.Context context)
      Refreshes the resource to sync with Azure.
      com.azure.core.management.SystemData systemData()
      Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
      String target()
      Gets the target property: Target of the workspace connection.
      String type()
      Gets the type property: The type of the resource.
      String value()
      Gets the value property: Value details of the workspace connection.
      ValueFormat valueFormat()
      Gets the valueFormat property: format for the workspace connection value.
    • 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.
      • systemData

        com.azure.core.management.SystemData systemData()
        Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
        Returns:
        the systemData value.
      • category

        String category()
        Gets the category property: Category of the workspace connection.
        Returns:
        the category value.
      • target

        String target()
        Gets the target property: Target of the workspace connection.
        Returns:
        the target value.
      • authType

        String authType()
        Gets the authType property: Authorization type of the workspace connection.
        Returns:
        the authType value.
      • value

        String value()
        Gets the value property: Value details of the workspace connection.
        Returns:
        the value value.
      • valueFormat

        ValueFormat valueFormat()
        Gets the valueFormat property: format for the workspace connection value.
        Returns:
        the valueFormat value.
      • innerModel

        WorkspaceConnectionInner innerModel()
        Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.WorkspaceConnectionInner object.
        Returns:
        the inner object.
      • refresh

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

        WorkspaceConnection 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.