Language

PublisherInformation Class

Definition

Details for Publisher Information.

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

Constructors

Name Description
PublisherInformation()

Creates an new PublisherInformation instance.

Properties

Name Description
DataProduct

Data product information.

PublisherName

Name of the publisher.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PublisherInformation.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PublisherInformation.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PublisherInformation into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to