ArmMediaModelFactory.EdgeUsageDataEventHub(String, String, String) Method

Definition

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