你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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() |