Uses of Class
com.azure.resourcemanager.sql.models.ServerWorkspaceFeature
Packages that use ServerWorkspaceFeature
Package
Description
Package containing the inner data models for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of ServerWorkspaceFeature in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return ServerWorkspaceFeatureModifier and TypeMethodDescriptionServerInner.workspaceFeature()Get the workspaceFeature property: Whether or not existing server has a workspace created and if it allows connection from workspace.ServerProperties.workspaceFeature()Get the workspaceFeature property: Whether or not existing server has a workspace created and if it allows connection from workspace. -
Uses of ServerWorkspaceFeature in com.azure.resourcemanager.sql.models
Fields in com.azure.resourcemanager.sql.models declared as ServerWorkspaceFeatureModifier and TypeFieldDescriptionstatic final ServerWorkspaceFeatureServerWorkspaceFeature.CONNECTEDStatic value Connected for ServerWorkspaceFeature.static final ServerWorkspaceFeatureServerWorkspaceFeature.DISCONNECTEDStatic value Disconnected for ServerWorkspaceFeature.Methods in com.azure.resourcemanager.sql.models that return ServerWorkspaceFeatureModifier and TypeMethodDescriptionstatic ServerWorkspaceFeatureServerWorkspaceFeature.fromString(String name) Creates or finds a ServerWorkspaceFeature from its string representation.ServerUpdate.workspaceFeature()Get the workspaceFeature property: Whether or not existing server has a workspace created and if it allows connection from workspace.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type ServerWorkspaceFeatureModifier and TypeMethodDescriptionstatic Collection<ServerWorkspaceFeature>ServerWorkspaceFeature.values()Gets known ServerWorkspaceFeature values.