ArmDatadogModelFactory.DatadogApplicationKey(String, String, String) Method

Definition

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

Parameters

createdBy
String

The user that created the Application key.

name
String

The name of the Application key.

key
String

The value of the Application key.

Returns

A new DatadogApplicationKey instance for mocking.

Applies to