StorageWorkloadType 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.
Storage workload type.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.StorageWorkloadTypeTypeConverter))]
public struct StorageWorkloadType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.StorageWorkloadType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.StorageWorkloadTypeTypeConverter))>]
type StorageWorkloadType = struct
interface IArgumentCompleter
Public Structure StorageWorkloadType
Implements IArgumentCompleter, IEquatable(Of StorageWorkloadType)
- Inheritance
-
StorageWorkloadType
- Attributes
- Implements
Fields
Dw | |
General | |
Oltp |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(Object) |
Compares values of enum type StorageWorkloadType (override for Object) |
Equals(StorageWorkloadType) |
Compares values of enum type StorageWorkloadType |
GetHashCode() |
Returns hashCode for enum StorageWorkloadType |
ToString() |
Returns string representation for StorageWorkloadType |
Operators
Equality(StorageWorkloadType, StorageWorkloadType) |
Overriding == operator for enum StorageWorkloadType |
Implicit(StorageWorkloadType to String) |
Implicit operator to convert StorageWorkloadType to string |
Implicit(String to StorageWorkloadType) |
Implicit operator to convert string to StorageWorkloadType |
Inequality(StorageWorkloadType, StorageWorkloadType) |
Overriding != operator for enum StorageWorkloadType |