ArmDatadogModelFactory.DatadogSreAgentConnectorContent 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.DatadogSreAgentConnectorContent DatadogSreAgentConnectorContent(System.Collections.Generic.IEnumerable<Azure.ResourceManager.Datadog.Models.DatadogSreAgentConfiguration> mcpConnectorResourceIdList = default, Azure.ResourceManager.Datadog.Models.DatadogConnectorAction action = default);
static member DatadogSreAgentConnectorContent : seq<Azure.ResourceManager.Datadog.Models.DatadogSreAgentConfiguration> * Azure.ResourceManager.Datadog.Models.DatadogConnectorAction -> Azure.ResourceManager.Datadog.Models.DatadogSreAgentConnectorContent
Public Shared Function DatadogSreAgentConnectorContent (Optional mcpConnectorResourceIdList As IEnumerable(Of DatadogSreAgentConfiguration) = Nothing, Optional action As DatadogConnectorAction = Nothing) As DatadogSreAgentConnectorContent
Parameters
- mcpConnectorResourceIdList
- IEnumerable<DatadogSreAgentConfiguration>
The list of ARM resource ID of the MCP connector integrated with SRE Agent resource.
- action
- DatadogConnectorAction
Add/Remove action.
Returns
A new DatadogSreAgentConnectorContent instance for mocking.