Dela via


EventGridNamespaceClientState Struct

Definition

Indicates if the client is enabled or not. Default value is Enabled.

public readonly struct EventGridNamespaceClientState : IEquatable<Azure.ResourceManager.EventGrid.Models.EventGridNamespaceClientState>
type EventGridNamespaceClientState = struct
Public Structure EventGridNamespaceClientState
Implements IEquatable(Of EventGridNamespaceClientState)
Inheritance
EventGridNamespaceClientState
Implements

Constructors

EventGridNamespaceClientState(String)

Initializes a new instance of EventGridNamespaceClientState.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(EventGridNamespaceClientState)

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(EventGridNamespaceClientState, EventGridNamespaceClientState)

Determines if two EventGridNamespaceClientState values are the same.

Implicit(String to EventGridNamespaceClientState)

Converts a string to a EventGridNamespaceClientState.

Inequality(EventGridNamespaceClientState, EventGridNamespaceClientState)

Determines if two EventGridNamespaceClientState values are not the same.

Applies to