LicenseType Struct

Definition

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

Fields

NoLicenseType
NotSpecified
WindowsServer

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)
Equals(LicenseType)
Equals(Object)
GetHashCode()
ToString()

Operators

Equality(LicenseType, LicenseType)
Implicit(LicenseType to String)
Implicit(String to LicenseType)
Inequality(LicenseType, LicenseType)

Applies to