Freigeben über


PrivateEndpointConnectionProxyCollection Klasse

Definition

Eine Klasse, die eine Auflistung von PrivateEndpointConnectionProxyResource und deren Vorgänge darstellt. Jedes PrivateEndpointConnectionProxyResource in der Auflistung gehört zum gleichen instance von DeviceUpdateAccountResource. Um einen PrivateEndpointConnectionProxyCollection instance rufen Sie die GetPrivateEndpointConnectionProxies-Methode aus einer instance von aufDeviceUpdateAccountResource.

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

Konstruktoren

PrivateEndpointConnectionProxyCollection()

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

(INTERN – NICHT VERWENDEN) Erstellt oder aktualisiert die angegebene Private Endpunkt-Verbindungsproxyressource, die dem Geräteupdatekonto zugeordnet ist.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeviceUpdate/accounts/{accountName}/privateEndpointConnectionProxies/{privateEndpointConnectionProxyId}
  • Vorgang IdPrivateEndpointConnectionProxies_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, PrivateEndpointConnectionProxyData, CancellationToken)

(INTERN – NICHT VERWENDEN) Erstellt oder aktualisiert die angegebene Private Endpunkt-Verbindungsproxyressource, die dem Geräteupdatekonto zugeordnet ist.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeviceUpdate/accounts/{accountName}/privateEndpointConnectionProxies/{privateEndpointConnectionProxyId}
  • Vorgang IdPrivateEndpointConnectionProxies_CreateOrUpdate
Exists(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeviceUpdate/accounts/{accountName}/privateEndpointConnectionProxies/{privateEndpointConnectionProxyId}
  • Vorgang IdPrivateEndpointConnectionProxies_Get
ExistsAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeviceUpdate/accounts/{accountName}/privateEndpointConnectionProxies/{privateEndpointConnectionProxyId}
  • Vorgang IdPrivateEndpointConnectionProxies_Get
Get(String, CancellationToken)

(INTERN – NICHT VERWENDEN) Rufen Sie den angegebenen Privaten Endpunktverbindungsproxy ab, der dem Geräteupdatekonto zugeordnet ist.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeviceUpdate/accounts/{accountName}/privateEndpointConnectionProxies/{privateEndpointConnectionProxyId}
  • Vorgang IdPrivateEndpointConnectionProxies_Get
GetAll(CancellationToken)

(INTERN – NICHT VERWENDEN) Listet alle Verbindungsproxys für private Endpunkte in einem Geräteupdatekonto auf.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeviceUpdate/accounts/{accountName}/privateEndpointConnectionProxies
  • Vorgang IdPrivateEndpointConnectionProxies_ListByAccount
GetAllAsync(CancellationToken)

(INTERN – NICHT VERWENDEN) Listet alle Verbindungsproxys für private Endpunkte in einem Geräteupdatekonto auf.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeviceUpdate/accounts/{accountName}/privateEndpointConnectionProxies
  • Vorgang IdPrivateEndpointConnectionProxies_ListByAccount
GetAsync(String, CancellationToken)

(INTERN – NICHT VERWENDEN) Rufen Sie den angegebenen Privaten Endpunktverbindungsproxy ab, der dem Geräteupdatekonto zugeordnet ist.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeviceUpdate/accounts/{accountName}/privateEndpointConnectionProxies/{privateEndpointConnectionProxyId}
  • Vorgang IdPrivateEndpointConnectionProxies_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<PrivateEndpointConnectionProxyResource>.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<PrivateEndpointConnectionProxyResource>.GetEnumerator()

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

Gilt für: