ArmDynatraceModelFactory.DynatraceAccountCredentialsInfo 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.
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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET