DatadogOperation 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.
The operation for the patch on the resource.
public readonly struct DatadogOperation : IEquatable<Azure.ResourceManager.Datadog.Models.DatadogOperation>
type DatadogOperation = struct
Public Structure DatadogOperation
Implements IEquatable(Of DatadogOperation)
- Inheritance
-
DatadogOperation
- Implements
Constructors
| Name | Description |
|---|---|
| DatadogOperation(String) |
Initializes a new instance of DatadogOperation. |
Properties
| Name | Description |
|---|---|
| Active |
Gets the Active. |
| AddBegin |
Gets the AddBegin. |
| AddComplete |
Gets the AddComplete. |
| DeleteBegin |
Gets the DeleteBegin. |
| DeleteComplete |
Gets the DeleteComplete. |
Methods
| Name | Description |
|---|---|
| Equals(DatadogOperation) |
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(DatadogOperation, DatadogOperation) |
Determines if two DatadogOperation values are the same. |
| Implicit(String to DatadogOperation) |
Converts a string to a DatadogOperation. |
| Implicit(String to Nullable<DatadogOperation>) | |
| Inequality(DatadogOperation, DatadogOperation) |
Determines if two DatadogOperation values are not the same. |