Compartilhar via


MoveResourceInputType Struct

Definition

Defines the move resource input type.

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

Constructors

Name Description
MoveResourceInputType(String)

Initializes a new instance of MoveResourceInputType.

Properties

Name Description
MoveResourceId

MoveResourceId.

MoveResourceSourceId

MoveResourceSourceId.

Methods

Name Description
Equals(MoveResourceInputType)

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

Determines if two MoveResourceInputType values are the same.

Implicit(String to MoveResourceInputType)

Converts a string to a MoveResourceInputType.

Inequality(MoveResourceInputType, MoveResourceInputType)

Determines if two MoveResourceInputType values are not the same.

Applies to