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