EventGridNamespaceClientState 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.
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
| Name | Description |
|---|---|
| EventGridNamespaceClientState(String) |
Initializes a new instance of EventGridNamespaceClientState. |
Properties
| Name | Description |
|---|---|
| Disabled |
Disabled. |
| Enabled |
Enabled. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |