Delen via


SqlVmDiskConfigurationType Struct

Definition

Disk configuration to apply to SQL Server.

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

Constructors

SqlVmDiskConfigurationType(String)

Initializes a new instance of SqlVmDiskConfigurationType.

Properties

Add

ADD.

Extend

EXTEND.

New

NEW.

Methods

Equals(SqlVmDiskConfigurationType)

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

Determines if two SqlVmDiskConfigurationType values are the same.

Implicit(String to SqlVmDiskConfigurationType)

Converts a string to a SqlVmDiskConfigurationType.

Inequality(SqlVmDiskConfigurationType, SqlVmDiskConfigurationType)

Determines if two SqlVmDiskConfigurationType values are not the same.

Applies to