TransferOffersResponse 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.
The transfer items response. The response contains two lists that indicate for each collection whether the operation succeeded or failed
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.TransferOffersResponseTypeConverter))]
public class TransferOffersResponse : Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.ITransferOffersResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.TransferOffersResponseTypeConverter))>]
type TransferOffersResponse = class
interface ITransferOffersResponse
interface IJsonSerializable
Public Class TransferOffersResponse
Implements ITransferOffersResponse
- Inheritance
-
TransferOffersResponse
- Attributes
- Implements
Constructors
TransferOffersResponse() |
Creates an new TransferOffersResponse instance. |
Properties
Failed |
Failed collections |
Succeeded |
Succeeded collections |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of TransferOffersResponse. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of TransferOffersResponse. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.ITransferOffersResponse. |
FromJsonString(String) |
Creates a new instance of TransferOffersResponse, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of TransferOffersResponse into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |