Freigeben über


MediaLiveOutputCollection Klasse

Definition

Eine Klasse, die eine Auflistung von MediaLiveOutputResource und deren Vorgänge darstellt. Jedes MediaLiveOutputResource in der Auflistung gehört zum gleichen instance von MediaLiveEventResource. Um einen MediaLiveOutputCollection instance rufen Sie die GetMediaLiveOutputs-Methode von einer instance von MediaLiveEventResourceauf.

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

Konstruktoren

MediaLiveOutputCollection()

Initialisiert eine neue instance der MediaLiveOutputCollection -Klasse zum Mocking.

Eigenschaften

Client

Ruft die Ressource ab, aus ArmClient der 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, MediaLiveOutputData, CancellationToken)

Erstellt eine neue Liveausgabe.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaservices/{accountName}/liveEvents/{liveEventName}/liveOutputs/{liveOutputName}
  • Vorgang IdLiveOutputs_Create
CreateOrUpdateAsync(WaitUntil, String, MediaLiveOutputData, CancellationToken)

Erstellt eine neue Liveausgabe.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaservices/{accountName}/liveEvents/{liveEventName}/liveOutputs/{liveOutputName}
  • Vorgang IdLiveOutputs_Create
Exists(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaservices/{accountName}/liveEvents/{liveEventName}/liveOutputs/{liveOutputName}
  • Vorgang IdLiveOutputs_Get
ExistsAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaservices/{accountName}/liveEvents/{liveEventName}/liveOutputs/{liveOutputName}
  • Vorgang IdLiveOutputs_Get
Get(String, CancellationToken)

Ruft eine Liveausgabe ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaservices/{accountName}/liveEvents/{liveEventName}/liveOutputs/{liveOutputName}
  • Vorgang IdLiveOutputs_Get
GetAll(CancellationToken)

Listet die Liveausgaben eines Liveereignisses auf.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaservices/{accountName}/liveEvents/{liveEventName}/liveOutputs
  • Vorgang IdLiveOutputs_List
GetAllAsync(CancellationToken)

Listet die Liveausgaben eines Liveereignisses auf.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaservices/{accountName}/liveEvents/{liveEventName}/liveOutputs
  • Vorgang IdLiveOutputs_List
GetAsync(String, CancellationToken)

Ruft eine Liveausgabe ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaservices/{accountName}/liveEvents/{liveEventName}/liveOutputs/{liveOutputName}
  • Vorgang IdLiveOutputs_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<MediaLiveOutputResource>.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<MediaLiveOutputResource>.GetEnumerator()

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

Gilt für: