DataProductInformation 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.
Data Product Information
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.DataProductInformationTypeConverter))]
public class DataProductInformation : Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.IDataProductInformation
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.DataProductInformationTypeConverter))>]
type DataProductInformation = class
interface IDataProductInformation
interface IJsonSerializable
Public Class DataProductInformation
Implements IDataProductInformation
- Inheritance
-
DataProductInformation
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| DataProductInformation() |
Creates an new DataProductInformation instance. |
Properties
| Name | Description |
|---|---|
| DataProductName |
Name of data product. |
| DataProductVersion |
Version information of data product. |
| Description |
Description about data product. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DataProductInformation. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DataProductInformation. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.IDataProductInformation. |
| FromJsonString(String) |
Creates a new instance of DataProductInformation, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of DataProductInformation into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |