다음을 통해 공유


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

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