Partilhar via


TransferOffersDetails Class

Definition

Transfer offers response details

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.TransferOffersDetailsTypeConverter))]
public class TransferOffersDetails : Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.ITransferOffersDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.TransferOffersDetailsTypeConverter))>]
type TransferOffersDetails = class
    interface ITransferOffersDetails
    interface IJsonSerializable
Public Class TransferOffersDetails
Implements ITransferOffersDetails
Inheritance
TransferOffersDetails
Attributes
Implements

Constructors

TransferOffersDetails()

Creates an new TransferOffersDetails instance.

Properties

OfferIdsList

Offers ids list to transfer from source collection to target collection(s)

Operation

Operation to perform (For example: Copy or Move)

TargetCollection

Target collections ids

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TransferOffersDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TransferOffersDetails.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.ITransferOffersDetails.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of TransferOffersDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to