MergeRequest 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 request for reservation merge
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.MergeRequestTypeConverter))]
public class MergeRequest : Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.IMergeRequest
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.MergeRequestTypeConverter))>]
type MergeRequest = class
interface IMergeRequest
interface IJsonSerializable
Public Class MergeRequest
Implements IMergeRequest
- Inheritance
-
MergeRequest
- Attributes
- Implements
Constructors
MergeRequest() |
Creates an new MergeRequest instance. |
Properties
Source |
Format of the resource id should be /providers/Microsoft.Capacity/reservationOrders/{reservationOrderId}/reservations/{reservationId} |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MergeRequest. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MergeRequest. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.IMergeRequest. |
FromJsonString(String) |
Creates a new instance of MergeRequest, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of MergeRequest into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |