Share via


ContainerGroupSku Struct

Definition

The container group SKU.

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

Fields

Name Description
Confidential
Dedicated
Standard

Methods

Name Description
CompleteArgument(String, String, String, CommandAst, IDictionary)

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

Equals(ContainerGroupSku)

Compares values of enum type ContainerGroupSku

Equals(Object)

Compares values of enum type ContainerGroupSku (override for Object)

GetHashCode()

Returns hashCode for enum ContainerGroupSku

ToString()

Returns string representation for ContainerGroupSku

Operators

Name Description
Equality(ContainerGroupSku, ContainerGroupSku)

Overriding == operator for enum ContainerGroupSku

Implicit(ContainerGroupSku to String)

Implicit operator to convert ContainerGroupSku to string

Implicit(String to ContainerGroupSku)

Implicit operator to convert string to ContainerGroupSku

Inequality(ContainerGroupSku, ContainerGroupSku)

Overriding != operator for enum ContainerGroupSku

Applies to