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


MapsSkuName Struct

Definition

The name of the SKU, in standard format (such as S0).

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

Constructors

MapsSkuName(String)

Initializes a new instance of MapsSkuName.

Properties

G2

G2.

S0

S0.

S1

S1.

Methods

Equals(MapsSkuName)

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

Determines if two MapsSkuName values are the same.

Implicit(String to MapsSkuName)

Converts a string to a MapsSkuName.

Inequality(MapsSkuName, MapsSkuName)

Determines if two MapsSkuName values are not the same.

Applies to