Sdílet prostřednictvím


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

MoveResourceInputType(String)

Initializes a new instance of MoveResourceInputType.

Properties

MoveResourceId

MoveResourceId.

MoveResourceSourceId

MoveResourceSourceId.

Methods

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

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