MergeProperties 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.
Properties for reservation merge
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.MergePropertiesTypeConverter))]
public class MergeProperties : Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.IMergeProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.MergePropertiesTypeConverter))>]
type MergeProperties = class
interface IMergeProperties
interface IJsonSerializable
Public Class MergeProperties
Implements IMergeProperties
- Inheritance
-
MergeProperties
- Attributes
- Implements
Constructors
MergeProperties() |
Creates an new MergeProperties 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 MergeProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MergeProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.IMergeProperties. |
FromJsonString(String) |
Creates a new instance of MergeProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of MergeProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |