GrafanaApiKey Struct

Definition

The GrafanaApiKey.

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

Constructors

GrafanaApiKey(String)

Initializes a new instance of GrafanaApiKey.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(GrafanaApiKey)

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

Determines if two GrafanaApiKey values are the same.

Implicit(String to GrafanaApiKey)

Converts a string to a GrafanaApiKey.

Inequality(GrafanaApiKey, GrafanaApiKey)

Determines if two GrafanaApiKey values are not the same.

Applies to