Freigeben über


MediaServicesPrivateEndpointConnectionCollection Klasse

Definition

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

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

Konstruktoren

MediaServicesPrivateEndpointConnectionCollection()

Initialisiert eine neue instance der MediaServicesPrivateEndpointConnectionCollection -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, MediaServicesPrivateEndpointConnectionData, CancellationToken)

Aktualisieren Sie eine vorhandene Verbindung mit einem privaten Endpunkt.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaservices/{accountName}/privateEndpointConnections/{name}
  • Vorgang IdPrivateEndpointConnections_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, MediaServicesPrivateEndpointConnectionData, CancellationToken)

Aktualisieren Sie eine vorhandene Verbindung mit einem privaten Endpunkt.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaservices/{accountName}/privateEndpointConnections/{name}
  • Vorgang IdPrivateEndpointConnections_CreateOrUpdate
Exists(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaservices/{accountName}/privateEndpointConnections/{name}
  • Vorgang IdPrivateEndpointConnections_Get
ExistsAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaservices/{accountName}/privateEndpointConnections/{name}
  • Vorgang IdPrivateEndpointConnections_Get
Get(String, CancellationToken)

Rufen Sie die Details einer verbindung mit einem privaten Endpunkt ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaservices/{accountName}/privateEndpointConnections/{name}
  • Vorgang IdPrivateEndpointConnections_Get
GetAll(CancellationToken)

Listet alle Verbindungen des privaten Endpunkts auf.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaservices/{accountName}/privateEndpointConnections
  • Vorgang IdPrivateEndpointConnections_List
GetAllAsync(CancellationToken)

Listet alle Verbindungen des privaten Endpunkts auf.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaservices/{accountName}/privateEndpointConnections
  • Vorgang IdPrivateEndpointConnections_List
GetAsync(String, CancellationToken)

Rufen Sie die Details einer verbindung mit einem privaten Endpunkt ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaservices/{accountName}/privateEndpointConnections/{name}
  • Vorgang IdPrivateEndpointConnections_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<MediaServicesPrivateEndpointConnectionResource>.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<MediaServicesPrivateEndpointConnectionResource>.GetEnumerator()

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

Gilt für: