Freigeben über


ListStreamingLocatorsResponse Konstruktoren

Definition

Überlädt

ListStreamingLocatorsResponse()

Initialisiert eine neue instance der ListStreamingLocatorsResponse-Klasse.

ListStreamingLocatorsResponse(IList<AssetStreamingLocator>)

Initialisiert eine neue instance der ListStreamingLocatorsResponse-Klasse.

ListStreamingLocatorsResponse()

Initialisiert eine neue instance der ListStreamingLocatorsResponse-Klasse.

public ListStreamingLocatorsResponse();
Public Sub New ()

Gilt für:

ListStreamingLocatorsResponse(IList<AssetStreamingLocator>)

Initialisiert eine neue instance der ListStreamingLocatorsResponse-Klasse.

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)

Parameter

streamingLocators
IList<AssetStreamingLocator>

Die Liste der Streaminglocators.

Gilt für: