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