MigrateGroupUpdateOperationType Struct

Definition

The MigrateGroupUpdateOperationType.

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

Constructors

Name Description
MigrateGroupUpdateOperationType(String)

Initializes a new instance of MigrateGroupUpdateOperationType.

Properties

Name Description
Add

Add.

Remove

Remove.

Methods

Name Description
Equals(MigrateGroupUpdateOperationType)

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

Determines if two MigrateGroupUpdateOperationType values are the same.

Implicit(String to MigrateGroupUpdateOperationType)

Converts a String to a MigrateGroupUpdateOperationType.

Inequality(MigrateGroupUpdateOperationType, MigrateGroupUpdateOperationType)

Determines if two MigrateGroupUpdateOperationType values are not the same.

Applies to