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