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

PSEventHubAttributes Constructors

Definition

Overloads

PSEventHubAttributes()
PSEventHubAttributes(Eventhub)

PSEventHubAttributes()

public PSEventHubAttributes ();
Public Sub New ()

Applies to

PSEventHubAttributes(Eventhub)

public PSEventHubAttributes (Microsoft.Azure.Management.EventHub.Models.Eventhub ehResource);
new Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes : Microsoft.Azure.Management.EventHub.Models.Eventhub -> Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes
Public Sub New (ehResource As Eventhub)

Parameters

ehResource
Eventhub

Applies to