VolumeLicenseDetails 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.ConnectedMachine.Models.VolumeLicenseDetailsTypeConverter))]
public class VolumeLicenseDetails : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IVolumeLicenseDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.VolumeLicenseDetailsTypeConverter))>]
type VolumeLicenseDetails = class
interface IVolumeLicenseDetails
interface IJsonSerializable
Public Class VolumeLicenseDetails
Implements IVolumeLicenseDetails
- Inheritance
-
VolumeLicenseDetails
- Attributes
- Implements
Constructors
VolumeLicenseDetails() |
Creates an new VolumeLicenseDetails instance. |
Properties
InvoiceId |
The invoice id for the volume license. |
ProgramYear |
Describes the program year the volume license is for. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of VolumeLicenseDetails. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of VolumeLicenseDetails. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IVolumeLicenseDetails. |
FromJsonString(String) |
Creates a new instance of VolumeLicenseDetails, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of VolumeLicenseDetails into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |