EdgeUsageDataEventHub Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET