MonitoredSubscriptionPatchOperation Struct

Definition

The operation for the patch on the resource.

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

Constructors

Name Description
MonitoredSubscriptionPatchOperation(String)

Initializes a new instance of MonitoredSubscriptionPatchOperation.

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

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

Determines if two MonitoredSubscriptionPatchOperation values are the same.

Implicit(String to MonitoredSubscriptionPatchOperation)

Converts a string to a MonitoredSubscriptionPatchOperation.

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

Determines if two MonitoredSubscriptionPatchOperation values are not the same.

Applies to