Class WorkspaceInner


  • public final class WorkspaceInner
    extends TaggedResource
    Workspace resource.
    • Constructor Detail

      • WorkspaceInner

        public WorkspaceInner()
    • Method Detail

      • properties

        public WorkspaceProperties properties()
        Get the properties property: Workspaces resource specific properties.
        Returns:
        the properties value.
      • withProperties

        public WorkspaceInner withProperties​(WorkspaceProperties properties)
        Set the properties property: Workspaces resource specific properties.
        Parameters:
        properties - the properties value to set.
        Returns:
        the WorkspaceInner object itself.
      • systemData

        public com.azure.core.management.SystemData systemData()
        Get the systemData property: Metadata pertaining to creation and last modification of the resource.
        Returns:
        the systemData value.
      • withLocation

        public WorkspaceInner withLocation​(String location)
        Set the location property: The resource location.
        Overrides:
        withLocation in class TaggedResource
        Parameters:
        location - the location value to set.
        Returns:
        the LocationBasedResource object itself.
      • withEtag

        public WorkspaceInner withEtag​(String etag)
        Set the etag property: An etag associated with the resource, used for optimistic concurrency when editing it.
        Overrides:
        withEtag in class TaggedResource
        Parameters:
        etag - the etag value to set.
        Returns:
        the ResourceCore object itself.