PurviewAccountSkuName Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET