OfferType Struct

Definition

Argument completer implementation for OfferType.

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

Fields

Virtualmachine

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

Equals(OfferType)

Compares values of enum type OfferType

GetHashCode()

Returns hashCode for enum OfferType

ToString()

Returns string representation for OfferType

Operators

Equality(OfferType, OfferType)

Overriding == operator for enum OfferType

Implicit(OfferType to String)

Implicit operator to convert OfferType to string

Implicit(String to OfferType)

Implicit operator to convert string to OfferType

Inequality(OfferType, OfferType)

Overriding != operator for enum OfferType

Applies to