ResourcePatchOperation Struct

Definition

The operation for the patch on the resource.

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

Constructors

Name Description
ResourcePatchOperation(String)

Initializes a new instance of ResourcePatchOperation.

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

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

Determines if two ResourcePatchOperation values are the same.

Implicit(String to Nullable<ResourcePatchOperation>)
Implicit(String to ResourcePatchOperation)

Converts a string to a ResourcePatchOperation.

Inequality(ResourcePatchOperation, ResourcePatchOperation)

Determines if two ResourcePatchOperation values are not the same.

Applies to