Delen via


PublisherInformation Constructor

Definition

Initializes a new instance of PublisherInformation.

public PublisherInformation (string publisherName, System.Collections.Generic.IEnumerable<Azure.ResourceManager.NetworkAnalytics.Models.DataProductInformation> dataProducts);
new Azure.ResourceManager.NetworkAnalytics.Models.PublisherInformation : string * seq<Azure.ResourceManager.NetworkAnalytics.Models.DataProductInformation> -> Azure.ResourceManager.NetworkAnalytics.Models.PublisherInformation
Public Sub New (publisherName As String, dataProducts As IEnumerable(Of DataProductInformation))

Parameters

publisherName
String

Name of the publisher.

dataProducts
IEnumerable<DataProductInformation>

Data product information.

Exceptions

publisherName or dataProducts is null.

Applies to