DatadogConnectorAction Struct
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.
Add or Remove connectors for SRE agents.
public readonly struct DatadogConnectorAction : IEquatable<Azure.ResourceManager.Datadog.Models.DatadogConnectorAction>
type DatadogConnectorAction = struct
Public Structure DatadogConnectorAction
Implements IEquatable(Of DatadogConnectorAction)
- Inheritance
-
DatadogConnectorAction
- Implements
Constructors
| Name | Description |
|---|---|
| DatadogConnectorAction(String) |
Initializes a new instance of DatadogConnectorAction. |
Properties
| Name | Description |
|---|---|
| Add |
Add connector actions. |
| Remove |
Remove connector action. |
Methods
| Name | Description |
|---|---|
| Equals(DatadogConnectorAction) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(DatadogConnectorAction, DatadogConnectorAction) |
Determines if two DatadogConnectorAction values are the same. |
| Implicit(String to DatadogConnectorAction) |
Converts a string to a DatadogConnectorAction. |
| Implicit(String to Nullable<DatadogConnectorAction>) | |
| Inequality(DatadogConnectorAction, DatadogConnectorAction) |
Determines if two DatadogConnectorAction values are not the same. |