Freigeben über


StreamingLocatorCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren StreamingLocatorResource Vorgänge darstellt. Jedes StreamingLocatorResource in der Auflistung gehört zum gleichen instance von MediaServicesAccountResource. Um eine StreamingLocatorCollection instance rufen Sie die GetStreamingLocators-Methode aus einer instance von aufMediaServicesAccountResource.

public class StreamingLocatorCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Media.StreamingLocatorResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Media.StreamingLocatorResource>
type StreamingLocatorCollection = class
    inherit ArmCollection
    interface seq<StreamingLocatorResource>
    interface IEnumerable
    interface IAsyncEnumerable<StreamingLocatorResource>
Public Class StreamingLocatorCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of StreamingLocatorResource), IEnumerable(Of StreamingLocatorResource)
Vererbung
StreamingLocatorCollection
Implementiert

Konstruktoren

StreamingLocatorCollection()

Initialisiert eine neue instance der -Klasse für die StreamingLocatorCollection Simulation.

Eigenschaften

Client

Ruft den ArmClient ab, aus dem dieser Ressourcenclient erstellt wurde.

(Geerbt von ArmCollection)
Diagnostics

Ruft die Diagnoseoptionen für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Endpoint

Ruft den Basis-URI für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Id

Ruft den Ressourcenbezeichner ab.

(Geerbt von ArmCollection)
Pipeline

Ruft die Pipeline für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)

Methoden

CreateOrUpdate(WaitUntil, String, StreamingLocatorData, CancellationToken)

Erstellen eines Streaminglocators im Media Services-Konto

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/streamingLocators/{streamingLocatorName}
  • Vorgangs-IdStreamingLocators_Create
CreateOrUpdateAsync(WaitUntil, String, StreamingLocatorData, CancellationToken)

Erstellen eines Streaminglocators im Media Services-Konto

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/streamingLocators/{streamingLocatorName}
  • Vorgangs-IdStreamingLocators_Create
Exists(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/streamingLocators/{streamingLocatorName}
  • Vorgangs-IdStreamingLocators_Get
ExistsAsync(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/streamingLocators/{streamingLocatorName}
  • Vorgangs-IdStreamingLocators_Get
Get(String, CancellationToken)

Abrufen der Details eines Streaminglocators im Media Services-Konto

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/streamingLocators/{streamingLocatorName}
  • Vorgangs-IdStreamingLocators_Get
GetAll(String, Nullable<Int32>, String, CancellationToken)

Listet die Streaminglocators im Konto auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/streamingLocators
  • Vorgangs-IdStreamingLocators_List
GetAllAsync(String, Nullable<Int32>, String, CancellationToken)

Listet die Streaminglocators im Konto auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/streamingLocators
  • Vorgangs-IdStreamingLocators_List
GetAsync(String, CancellationToken)

Abrufen der Details eines Streaminglocators im Media Services-Konto

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/streamingLocators/{streamingLocatorName}
  • Vorgangs-IdStreamingLocators_Get
TryGetApiVersion(ResourceType, String)

Ruft die API-Version außer Kraft, wenn sie für die aktuellen Clientoptionen festgelegt wurde.

(Geerbt von ArmCollection)

Explizite Schnittstellenimplementierungen

IAsyncEnumerable<StreamingLocatorResource>.GetAsyncEnumerator(CancellationToken)

Gibt einen Enumerator zurück, der die Sammlung asynchron durchläuft.

IEnumerable.GetEnumerator()

Gibt einen Enumerator zurück, der eine Auflistung durchläuft.

IEnumerable<StreamingLocatorResource>.GetEnumerator()

Gibt einen Enumerator zurück, der die Auflistung durchläuft.

Gilt für: