Share via


ContainerGroupSku Struct

Definition

The container group SKU.

public readonly struct ContainerGroupSku : IEquatable<Azure.ResourceManager.ContainerInstance.Models.ContainerGroupSku>
type ContainerGroupSku = struct
Public Structure ContainerGroupSku
Implements IEquatable(Of ContainerGroupSku)
Inheritance
ContainerGroupSku
Implements

Constructors

ContainerGroupSku(String)

Initializes a new instance of ContainerGroupSku.

Properties

Confidential

Confidential.

Dedicated

Dedicated.

Standard

Standard.

Methods

Equals(ContainerGroupSku)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(ContainerGroupSku, ContainerGroupSku)

Determines if two ContainerGroupSku values are the same.

Implicit(String to ContainerGroupSku)

Converts a string to a ContainerGroupSku.

Inequality(ContainerGroupSku, ContainerGroupSku)

Determines if two ContainerGroupSku values are not the same.

Applies to