次の方法で共有


MonitoringConfigurationCollection.CreateAsync メソッド

定義

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.IMonitoringConfiguration> CreateAsync (string notificationEndPointId, System.Collections.Generic.ICollection<Microsoft.WindowsAzure.MediaServices.Client.ComponentMonitoringSetting> settings);
member this.CreateAsync : string * System.Collections.Generic.ICollection<Microsoft.WindowsAzure.MediaServices.Client.ComponentMonitoringSetting> -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.IMonitoringConfiguration>
Public Function CreateAsync (notificationEndPointId As String, settings As ICollection(Of ComponentMonitoringSetting)) As Task(Of IMonitoringConfiguration)

パラメーター

notificationEndPointId
String

戻り値

適用対象