你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TransferOffersProperties Class

Definition

Transfer offers properties

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

Constructors

TransferOffersProperties()

Creates an new TransferOffersProperties 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 TransferOffersProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TransferOffersProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of TransferOffersProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to