ListStreamingLocatorsResponse コンストラクター

定義

オーバーロード

ListStreamingLocatorsResponse()

ListStreamingLocatorsResponse クラスの新しいインスタンスを初期化します。

ListStreamingLocatorsResponse(IList<AssetStreamingLocator>)

ListStreamingLocatorsResponse クラスの新しいインスタンスを初期化します。

ListStreamingLocatorsResponse()

ListStreamingLocatorsResponse クラスの新しいインスタンスを初期化します。

public ListStreamingLocatorsResponse ();
Public Sub New ()

適用対象

ListStreamingLocatorsResponse(IList<AssetStreamingLocator>)

ListStreamingLocatorsResponse クラスの新しいインスタンスを初期化します。

public ListStreamingLocatorsResponse (System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.AssetStreamingLocator> streamingLocators = default);
new Microsoft.Azure.Management.Media.Models.ListStreamingLocatorsResponse : System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.AssetStreamingLocator> -> Microsoft.Azure.Management.Media.Models.ListStreamingLocatorsResponse
Public Sub New (Optional streamingLocators As IList(Of AssetStreamingLocator) = Nothing)

パラメーター

streamingLocators
IList<AssetStreamingLocator>

ストリーミング ロケーターの一覧。

適用対象