SqlManagementMode Struct

Definition

SQL Server Management type. NOTE: This parameter is not used anymore. API will automatically detect the Sql Management, refrain from using it.

public readonly struct SqlManagementMode : IEquatable<Azure.ResourceManager.SqlVirtualMachine.Models.SqlManagementMode>
type SqlManagementMode = struct
Public Structure SqlManagementMode
Implements IEquatable(Of SqlManagementMode)
Inheritance
SqlManagementMode
Implements

Constructors

Name Description
SqlManagementMode(String)

Initializes a new instance of SqlManagementMode.

Properties

Name Description
Full

Gets the Full.

LightWeight

Gets the LightWeight.

NoAgent

Gets the NoAgent.

Methods

Name Description
Equals(SqlManagementMode)

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(SqlManagementMode, SqlManagementMode)

Determines if two SqlManagementMode values are the same.

Implicit(String to Nullable<SqlManagementMode>)
Implicit(String to SqlManagementMode)

Converts a string to a SqlManagementMode.

Inequality(SqlManagementMode, SqlManagementMode)

Determines if two SqlManagementMode values are not the same.

Applies to