Ossku 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.OsskuTypeConverter))]
public struct Ossku : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.Ossku>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.OsskuTypeConverter))>]
type Ossku = struct
interface IArgumentCompleter
Public Structure Ossku
Implements IArgumentCompleter, IEquatable(Of Ossku)
- Inheritance
-
Ossku
- Attributes
- Implements
Fields
CblMariner | |
Ubuntu | |
Windows2019 | |
Windows2022 |
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 Ossku (override for Object) |
Equals(Ossku) |
Compares values of enum type Ossku |
GetHashCode() |
Returns hashCode for enum Ossku |
ToString() |
Returns string representation for Ossku |
Operators
Equality(Ossku, Ossku) |
Overriding == operator for enum Ossku |
Implicit(Ossku to String) |
Implicit operator to convert Ossku to string |
Implicit(String to Ossku) |
Implicit operator to convert string to Ossku |
Inequality(Ossku, Ossku) |
Overriding != operator for enum Ossku |