EventGridSkuName 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.
The name of the SKU.
public readonly struct EventGridSkuName : IEquatable<Azure.ResourceManager.EventGrid.Models.EventGridSkuName>
type EventGridSkuName = struct
Public Structure EventGridSkuName
Implements IEquatable(Of EventGridSkuName)
- Inheritance
-
EventGridSkuName
- Implements
Constructors
EventGridSkuName(String) |
Initializes a new instance of EventGridSkuName. |
Properties
Standard |
Standard. |
Methods
Equals(EventGridSkuName) |
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(EventGridSkuName, EventGridSkuName) |
Determines if two EventGridSkuName values are the same. |
Implicit(String to EventGridSkuName) |
Converts a string to a EventGridSkuName. |
Inequality(EventGridSkuName, EventGridSkuName) |
Determines if two EventGridSkuName values are not the same. |
Applies to
Azure SDK for .NET