SqlVmDiskConfigurationType 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.
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
Azure SDK for .NET