DatadogApiKey(String) Constructor

Definition

Initializes a new instance of DatadogApiKey.

public DatadogApiKey (string key);
new Azure.ResourceManager.Datadog.Models.DatadogApiKey : string -> Azure.ResourceManager.Datadog.Models.DatadogApiKey
Public Sub New (key As String)

Parameters

key
String

The value of the API key.

Exceptions

key is null.

Applies to