DynatraceMonitoredSubscriptionOperation Struct

Definition

The operation for the patch on the resource.

public readonly struct DynatraceMonitoredSubscriptionOperation : IEquatable<Azure.ResourceManager.Dynatrace.Models.DynatraceMonitoredSubscriptionOperation>
type DynatraceMonitoredSubscriptionOperation = struct
Public Structure DynatraceMonitoredSubscriptionOperation
Implements IEquatable(Of DynatraceMonitoredSubscriptionOperation)
Inheritance
DynatraceMonitoredSubscriptionOperation
Implements

Constructors

Name Description
DynatraceMonitoredSubscriptionOperation(String)

Initializes a new instance of DynatraceMonitoredSubscriptionOperation.

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(DynatraceMonitoredSubscriptionOperation)

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(DynatraceMonitoredSubscriptionOperation, DynatraceMonitoredSubscriptionOperation)

Determines if two DynatraceMonitoredSubscriptionOperation values are the same.

Implicit(String to DynatraceMonitoredSubscriptionOperation)

Converts a string to a DynatraceMonitoredSubscriptionOperation.

Implicit(String to Nullable<DynatraceMonitoredSubscriptionOperation>)
Inequality(DynatraceMonitoredSubscriptionOperation, DynatraceMonitoredSubscriptionOperation)

Determines if two DynatraceMonitoredSubscriptionOperation values are not the same.

Applies to