Megosztás a következőn keresztül:


MoveResourceCollection Class

Definition

Defines the collection of move resources.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.MoveResourceCollectionTypeConverter))]
public class MoveResourceCollection : Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.IMoveResourceCollection
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.MoveResourceCollectionTypeConverter))>]
type MoveResourceCollection = class
    interface IMoveResourceCollection
    interface IJsonSerializable
Public Class MoveResourceCollection
Implements IMoveResourceCollection
Inheritance
MoveResourceCollection
Attributes
Implements

Constructors

MoveResourceCollection()

Creates an new MoveResourceCollection instance.

Properties

NextLink

Gets the value of next link.

SummaryCollectionFieldName

Gets or sets the field name on which summary is done.

SummaryCollectionSummary

Gets or sets the list of summary items.

TotalCount

Gets the total count.

Value

Gets the list of move resources.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MoveResourceCollection.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MoveResourceCollection.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.IMoveResourceCollection.

FromJsonString(String)

Creates a new instance of MoveResourceCollection, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of MoveResourceCollection into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to