Megosztás a következőn keresztül:


DevSpacesSkuTier Struct

Definition

The tier of the SKU for Azure Dev Spaces Controller.

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

Constructors

DevSpacesSkuTier(String)

Initializes a new instance of DevSpacesSkuTier.

Properties

Standard

Standard.

Methods

Equals(DevSpacesSkuTier)

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(DevSpacesSkuTier, DevSpacesSkuTier)

Determines if two DevSpacesSkuTier values are the same.

Implicit(String to DevSpacesSkuTier)

Converts a string to a DevSpacesSkuTier.

Inequality(DevSpacesSkuTier, DevSpacesSkuTier)

Determines if two DevSpacesSkuTier values are not the same.

Applies to