Partager via


EdgeUsageDataEventHub Constructeurs

Définition

Surcharges

EdgeUsageDataEventHub()

Initialise une nouvelle instance de la classe EdgeUsageDataEventHub.

EdgeUsageDataEventHub(String, String, String)

Initialise une nouvelle instance de la classe EdgeUsageDataEventHub.

EdgeUsageDataEventHub()

Initialise une nouvelle instance de la classe EdgeUsageDataEventHub.

public EdgeUsageDataEventHub ();
Public Sub New ()

S’applique à

EdgeUsageDataEventHub(String, String, String)

Initialise une nouvelle instance de la classe EdgeUsageDataEventHub.

public EdgeUsageDataEventHub (string name = default, string namespaceProperty = default, string token = default);
new Microsoft.Azure.Management.Media.Models.EdgeUsageDataEventHub : string * string * string -> Microsoft.Azure.Management.Media.Models.EdgeUsageDataEventHub
Public Sub New (Optional name As String = Nothing, Optional namespaceProperty As String = Nothing, Optional token As String = Nothing)

Paramètres

name
String

Nom du hub d’événements où l’utilisation sera signalée.

namespaceProperty
String

Espace de noms du hub d’événements où l’utilisation sera signalée.

token
String

Jeton SAS nécessaire pour interagir avec Event Hub.

S’applique à