Share via


MarketplaceType Struct

Definition

Argument completer implementation for MarketplaceType.

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

Fields

AddOn
Bypass
NotSpecified
Store

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(MarketplaceType)

Compares values of enum type MarketplaceType

Equals(Object)

Compares values of enum type MarketplaceType (override for Object)

GetHashCode()

Returns hashCode for enum MarketplaceType

ToString()

Returns string representation for MarketplaceType

Operators

Equality(MarketplaceType, MarketplaceType)

Overriding == operator for enum MarketplaceType

Implicit(MarketplaceType to String)

Implicit operator to convert MarketplaceType to string

Implicit(String to MarketplaceType)

Implicit operator to convert string to MarketplaceType

Inequality(MarketplaceType, MarketplaceType)

Overriding != operator for enum MarketplaceType

Applies to