你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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