Class WorkspaceConnectionInner


  • public final class WorkspaceConnectionInner
    extends com.azure.core.management.ProxyResource
    Workspace connection.
    • Constructor Detail

      • WorkspaceConnectionInner

        public WorkspaceConnectionInner()
    • Method Detail

      • 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.
      • category

        public String category()
        Get the category property: Category of the workspace connection.
        Returns:
        the category value.
      • withCategory

        public WorkspaceConnectionInner withCategory​(String category)
        Set the category property: Category of the workspace connection.
        Parameters:
        category - the category value to set.
        Returns:
        the WorkspaceConnectionInner object itself.
      • target

        public String target()
        Get the target property: Target of the workspace connection.
        Returns:
        the target value.
      • withTarget

        public WorkspaceConnectionInner withTarget​(String target)
        Set the target property: Target of the workspace connection.
        Parameters:
        target - the target value to set.
        Returns:
        the WorkspaceConnectionInner object itself.
      • authType

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

        public WorkspaceConnectionInner withAuthType​(String authType)
        Set the authType property: Authorization type of the workspace connection.
        Parameters:
        authType - the authType value to set.
        Returns:
        the WorkspaceConnectionInner object itself.
      • value

        public String value()
        Get the value property: Value details of the workspace connection.
        Returns:
        the value value.
      • withValue

        public WorkspaceConnectionInner withValue​(String value)
        Set the value property: Value details of the workspace connection.
        Parameters:
        value - the value value to set.
        Returns:
        the WorkspaceConnectionInner object itself.
      • valueFormat

        public ValueFormat valueFormat()
        Get the valueFormat property: format for the workspace connection value.
        Returns:
        the valueFormat value.
      • withValueFormat

        public WorkspaceConnectionInner withValueFormat​(ValueFormat valueFormat)
        Set the valueFormat property: format for the workspace connection value.
        Parameters:
        valueFormat - the valueFormat value to set.
        Returns:
        the WorkspaceConnectionInner object itself.
      • validate

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