Freigeben über


DatadogOperation Struct

Definition

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

Active.

AddBegin

AddBegin.

AddComplete

AddComplete.

DeleteBegin

DeleteBegin.

DeleteComplete

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.

Inequality(DatadogOperation, DatadogOperation)

Determines if two DatadogOperation values are not the same.

Applies to