ArmMediaModelFactory.EdgeUsageDataEventHub(String, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of 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
Parameters
- name
- String
Name of the Event Hub where usage will be reported.
- namespace
- String
Namespace of the Event Hub where usage will be reported.
- token
- String
SAS token needed to interact with Event Hub.
Returns
A new EdgeUsageDataEventHub instance for mocking.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.