Mode Struct

Definition

Specifies the generation of the Power BI Embedded capacity. If no value is specified, the default value 'Gen2' is used. Learn More.

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

Constructors

Mode(String)

Initializes a new instance of Mode.

Properties

Gen1

Gen1.

Gen2

Gen2.

Methods

Equals(Mode)

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

Determines if two Mode values are the same.

Implicit(String to Mode)

Converts a string to a Mode.

Inequality(Mode, Mode)

Determines if two Mode values are not the same.

Applies to