ArmDatadogModelFactory.DatadogUserInfo(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.DatadogUserInfo DatadogUserInfo(string name = default, string emailAddress = default, string phoneNumber = default);
static member DatadogUserInfo : string * string * string -> Azure.ResourceManager.Datadog.Models.DatadogUserInfo
Public Shared Function DatadogUserInfo (Optional name As String = Nothing, Optional emailAddress As String = Nothing, Optional phoneNumber As String = Nothing) As DatadogUserInfo
Parameters
- name
- String
Name of the user.
- emailAddress
- String
Email of the user used by Datadog for contacting them if needed.
- phoneNumber
- String
Phone number of the user used by Datadog for contacting them if needed.
Returns
A new DatadogUserInfo instance for mocking.