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
| Name | Description |
|---|---|
| EventGridSku(String) |
Initializes a new instance of EventGridSku. |
Properties
| Name | Description |
|---|---|
| Basic |
Basic. |
| Premium |
Premium. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |