Share via


PurviewAccountSkuName Struct

Definition

Gets or sets the sku name.

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

Constructors

PurviewAccountSkuName(String)

Initializes a new instance of PurviewAccountSkuName.

Properties

Free

Free.

Standard

Standard.

Methods

Equals(PurviewAccountSkuName)

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

Determines if two PurviewAccountSkuName values are the same.

Implicit(String to PurviewAccountSkuName)

Converts a string to a PurviewAccountSkuName.

Inequality(PurviewAccountSkuName, PurviewAccountSkuName)

Determines if two PurviewAccountSkuName values are not the same.

Applies to