ContainerGroupSku 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.
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
Azure SDK for .NET