Share via


ServerWorkspaceFeature Struct

Definition

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

Name Description
ServerWorkspaceFeature(String)

Initializes a new instance of ServerWorkspaceFeature.

Properties

Name Description
Connected

Connected.

Disconnected

Disconnected.

Methods

Name Description
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

Name Description
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