ServerWorkspaceFeature Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Whether or not existing server has a workspace created and if it allows connection from workspace.
public readonly struct ServerWorkspaceFeature : IEquatable<Azure.ResourceManager.Sql.Models.ServerWorkspaceFeature>
type ServerWorkspaceFeature = struct
Public Structure ServerWorkspaceFeature
Implements IEquatable(Of ServerWorkspaceFeature)
- Inheritance
-
ServerWorkspaceFeature
- Implements
Constructors
ServerWorkspaceFeature(String) |
Initializes a new instance of ServerWorkspaceFeature. |
Properties
Connected |
Connected. |
Disconnected |
Disconnected. |
Methods
Equals(ServerWorkspaceFeature) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(ServerWorkspaceFeature, ServerWorkspaceFeature) |
Determines if two ServerWorkspaceFeature values are the same. |
Implicit(String to ServerWorkspaceFeature) |
Converts a string to a ServerWorkspaceFeature. |
Inequality(ServerWorkspaceFeature, ServerWorkspaceFeature) |
Determines if two ServerWorkspaceFeature values are not the same. |
Applies to
Azure SDK for .NET