ArmDatadogModelFactory.DatadogApiKey(String, String, String, String) Method

Definition

public static Azure.ResourceManager.Datadog.Models.DatadogApiKey DatadogApiKey(string createdBy = default, string name = default, string key = default, string created = default);
static member DatadogApiKey : string * string * string * string -> Azure.ResourceManager.Datadog.Models.DatadogApiKey
Public Shared Function DatadogApiKey (Optional createdBy As String = Nothing, Optional name As String = Nothing, Optional key As String = Nothing, Optional created As String = Nothing) As DatadogApiKey

Parameters

createdBy
String

The user that created the API key.

name
String

The name of the API key.

key
String

The value of the API key.

created
String

The time of creation of the API key.

Returns

A new DatadogApiKey instance for mocking.

Applies to