ArmDatadogModelFactory.DatadogOrganizationProperties 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 DatadogOrganizationProperties.
public static Azure.ResourceManager.Datadog.Models.DatadogOrganizationProperties DatadogOrganizationProperties (string name = default, string id = default, string linkingAuthCode = default, string linkingClientId = default, Uri redirectUri = default, string apiKey = default, string applicationKey = default, string enterpriseAppId = default);
static member DatadogOrganizationProperties : string * string * string * string * Uri * string * string * string -> Azure.ResourceManager.Datadog.Models.DatadogOrganizationProperties
Public Shared Function DatadogOrganizationProperties (Optional name As String = Nothing, Optional id As String = Nothing, Optional linkingAuthCode As String = Nothing, Optional linkingClientId As String = Nothing, Optional redirectUri As Uri = Nothing, Optional apiKey As String = Nothing, Optional applicationKey As String = Nothing, Optional enterpriseAppId As String = Nothing) As DatadogOrganizationProperties
Parameters
- name
- String
Name of the Datadog organization.
- id
- String
Id of the Datadog organization.
- linkingAuthCode
- String
The auth code used to linking to an existing datadog organization.
- linkingClientId
- String
The client_id from an existing in exchange for an auth token to link organization.
- redirectUri
- Uri
The redirect uri for linking.
- apiKey
- String
Api key associated to the Datadog organization.
- applicationKey
- String
Application key associated to the Datadog organization.
- enterpriseAppId
- String
The Id of the Enterprise App used for Single sign on.
Returns
A new DatadogOrganizationProperties instance for mocking.
Applies to
Azure SDK for .NET