Class AdditionalWorkspacesProperties

java.lang.Object
com.azure.resourcemanager.security.models.AdditionalWorkspacesProperties

public final class AdditionalWorkspacesProperties extends Object
Properties of the additional workspaces.
  • Constructor Details

    • AdditionalWorkspacesProperties

      public AdditionalWorkspacesProperties()
  • Method Details

    • workspace

      public String workspace()
      Get the workspace property: Workspace resource id.
      Returns:
      the workspace value.
    • withWorkspace

      public AdditionalWorkspacesProperties withWorkspace(String workspace)
      Set the workspace property: Workspace resource id.
      Parameters:
      workspace - the workspace value to set.
      Returns:
      the AdditionalWorkspacesProperties object itself.
    • type

      public AdditionalWorkspaceType type()
      Get the type property: Workspace type.
      Returns:
      the type value.
    • withType

      Set the type property: Workspace type.
      Parameters:
      type - the type value to set.
      Returns:
      the AdditionalWorkspacesProperties object itself.
    • dataTypes

      public List<AdditionalWorkspaceDataType> dataTypes()
      Get the dataTypes property: List of data types sent to workspace.
      Returns:
      the dataTypes value.
    • withDataTypes

      Set the dataTypes property: List of data types sent to workspace.
      Parameters:
      dataTypes - the dataTypes value to set.
      Returns:
      the AdditionalWorkspacesProperties object itself.
    • validate

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