Delen via


EventGridSkuName Struct

Definition

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