Share via


UserFriendlyRenewState Struct

Definition

The renew state of the reservation

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Support.UserFriendlyRenewStateTypeConverter))]
public struct UserFriendlyRenewState : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Reservations.Support.UserFriendlyRenewState>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Support.UserFriendlyRenewStateTypeConverter))>]
type UserFriendlyRenewState = struct
    interface IArgumentCompleter
Public Structure UserFriendlyRenewState
Implements IArgumentCompleter, IEquatable(Of UserFriendlyRenewState)
Inheritance
UserFriendlyRenewState
Attributes
Implements

Fields

NotApplicable
NotRenewed
Off
On
Renewed

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 UserFriendlyRenewState (override for Object)

Equals(UserFriendlyRenewState)

Compares values of enum type UserFriendlyRenewState

GetHashCode()

Returns hashCode for enum UserFriendlyRenewState

ToString()

Returns string representation for UserFriendlyRenewState

Operators

Equality(UserFriendlyRenewState, UserFriendlyRenewState)

Overriding == operator for enum UserFriendlyRenewState

Implicit(String to UserFriendlyRenewState)

Implicit operator to convert string to UserFriendlyRenewState

Implicit(UserFriendlyRenewState to String)

Implicit operator to convert UserFriendlyRenewState to string

Inequality(UserFriendlyRenewState, UserFriendlyRenewState)

Overriding != operator for enum UserFriendlyRenewState

Applies to