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