Language

DataProductVersion Class

Definition

Data Product Version.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.DataProductVersionTypeConverter))]
public class DataProductVersion : Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.IDataProductVersion
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.DataProductVersionTypeConverter))>]
type DataProductVersion = class
    interface IDataProductVersion
    interface IJsonSerializable
Public Class DataProductVersion
Implements IDataProductVersion
Inheritance
DataProductVersion
Attributes
Implements

Constructors

Name Description
DataProductVersion()

Creates an new DataProductVersion instance.

Properties

Name Description
Version

Version of data product

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DataProductVersion.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DataProductVersion.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.IDataProductVersion.

FromJsonString(String)

Creates a new instance of DataProductVersion, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of DataProductVersion into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to