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


SynapseSkuName Struct

Definition

SKU name.

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

Constructors

SynapseSkuName(String)

Initializes a new instance of SynapseSkuName.

Properties

ComputeOptimized

Compute optimized.

StorageOptimized

Storage optimized.

Methods

Equals(SynapseSkuName)

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

Determines if two SynapseSkuName values are the same.

Implicit(String to SynapseSkuName)

Converts a string to a SynapseSkuName.

Inequality(SynapseSkuName, SynapseSkuName)

Determines if two SynapseSkuName values are not the same.

Applies to