DatadogApiKey Class
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.
The DatadogApiKey.
public class DatadogApiKey : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Datadog.Models.DatadogApiKey>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Datadog.Models.DatadogApiKey>
type DatadogApiKey = class
interface IJsonModel<DatadogApiKey>
interface IPersistableModel<DatadogApiKey>
Public Class DatadogApiKey
Implements IJsonModel(Of DatadogApiKey), IPersistableModel(Of DatadogApiKey)
- Inheritance
-
DatadogApiKey
- Implements
Constructors
| DatadogApiKey(String) |
Initializes a new instance of DatadogApiKey. |
Properties
| Created |
The time of creation of the API key. |
| CreatedBy |
The user that created the API key. |
| Key |
The value of the API key. |
| Name |
The name of the API key. |
Methods
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
| IJsonModel<DatadogApiKey>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<DatadogApiKey>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<DatadogApiKey>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<DatadogApiKey>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<DatadogApiKey>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |