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

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