ArmDatadogModelFactory.DatadogApplicationKey(String, String, String) Method
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.
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.