Delen via


EventGridSku Struct

Definition

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