ArmMediaModelFactory.EdgeUsageDataEventHub(String, String, String) Méthode
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.
Initialise une nouvelle instance de EdgeUsageDataEventHub.
public static Azure.ResourceManager.Media.Models.EdgeUsageDataEventHub EdgeUsageDataEventHub (string name = default, string namespace = default, string token = default);
static member EdgeUsageDataEventHub : string * string * string -> Azure.ResourceManager.Media.Models.EdgeUsageDataEventHub
Public Shared Function EdgeUsageDataEventHub (Optional name As String = Nothing, Optional namespace As String = Nothing, Optional token As String = Nothing) As EdgeUsageDataEventHub
Paramètres
- name
- String
Nom du hub d’événements où l’utilisation sera signalée.
- namespace
- 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.
Retours
Une nouvelle EdgeUsageDataEventHub instance pour se moquer.