CapacitySkuTier Struct

Definition

The name of the Azure pricing tier to which the SKU applies.

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

Constructors

CapacitySkuTier(String)

Initializes a new instance of CapacitySkuTier.

Properties

AutoPremiumHost

AutoPremiumHost.

PbieAzure

PBIE_Azure.

Premium

Premium.

Methods

Equals(CapacitySkuTier)

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

Determines if two CapacitySkuTier values are the same.

Implicit(String to CapacitySkuTier)

Converts a string to a CapacitySkuTier.

Inequality(CapacitySkuTier, CapacitySkuTier)

Determines if two CapacitySkuTier values are not the same.

Applies to