DatadogSreAgentConnectorContent Constructor
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 DatadogSreAgentConnectorContent.
public DatadogSreAgentConnectorContent(System.Collections.Generic.IEnumerable<Azure.ResourceManager.Datadog.Models.DatadogSreAgentConfiguration> mcpConnectorResourceIdList, Azure.ResourceManager.Datadog.Models.DatadogConnectorAction action);
new Azure.ResourceManager.Datadog.Models.DatadogSreAgentConnectorContent : seq<Azure.ResourceManager.Datadog.Models.DatadogSreAgentConfiguration> * Azure.ResourceManager.Datadog.Models.DatadogConnectorAction -> Azure.ResourceManager.Datadog.Models.DatadogSreAgentConnectorContent
Public Sub New (mcpConnectorResourceIdList As IEnumerable(Of DatadogSreAgentConfiguration), action As DatadogConnectorAction)
Parameters
- mcpConnectorResourceIdList
- IEnumerable<DatadogSreAgentConfiguration>
The list of ARM resource ID of the MCP connector integrated with SRE Agent resource.
- action
- DatadogConnectorAction
Add/Remove action.
Exceptions
mcpConnectorResourceIdList is null.