Share via


ArmDynatraceModelFactory.DynatraceAccountCredentialsInfo Method

Definition

Initializes a new instance of DynatraceAccountCredentialsInfo.

public static Azure.ResourceManager.Dynatrace.Models.DynatraceAccountCredentialsInfo DynatraceAccountCredentialsInfo (string accountId = default, string apiKey = default, string regionId = default);
static member DynatraceAccountCredentialsInfo : string * string * string -> Azure.ResourceManager.Dynatrace.Models.DynatraceAccountCredentialsInfo
Public Shared Function DynatraceAccountCredentialsInfo (Optional accountId As String = Nothing, Optional apiKey As String = Nothing, Optional regionId As String = Nothing) As DynatraceAccountCredentialsInfo

Parameters

accountId
String

Account Id of the account this environment is linked to.

apiKey
String

API Key of the user account.

regionId
String

Region in which the account is created.

Returns

A new DynatraceAccountCredentialsInfo instance for mocking.

Applies to