TransferOffersProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Transfer offers properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.TransferOffersPropertiesTypeConverter))]
public class TransferOffersProperties : Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.ITransferOffersProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.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.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. |
ToString() |