ListStreamingLocatorsResponse Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ü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:
Azure SDK for .NET