Freigeben über


AgFoodPlatformPrivateEndpointConnectionCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren AgFoodPlatformPrivateEndpointConnectionResource Vorgänge darstellt. Jedes AgFoodPlatformPrivateEndpointConnectionResource in der Auflistung gehört zum gleichen instance von FarmBeatResource. Um einen AgFoodPlatformPrivateEndpointConnectionCollection instance rufen Sie die GetAgFoodPlatformPrivateEndpointConnections-Methode aus einer instance von FarmBeatResourceauf.

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

Konstruktoren

AgFoodPlatformPrivateEndpointConnectionCollection()

Initialisiert eine neue instance der -Klasse für die AgFoodPlatformPrivateEndpointConnectionCollection 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, AgFoodPlatformPrivateEndpointConnectionData, CancellationToken)

Genehmigt oder lehnt eine Verbindungsanforderung für einen privaten Endpunkt ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{farmBeatsResourceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Vorgangs-IdPrivateEndpointConnections_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, AgFoodPlatformPrivateEndpointConnectionData, CancellationToken)

Genehmigt oder lehnt eine Verbindungsanforderung für einen privaten Endpunkt ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{farmBeatsResourceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Vorgangs-IdPrivateEndpointConnections_CreateOrUpdate
Exists(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{farmBeatsResourceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Vorgangs-IdPrivateEndpointConnections_Get
ExistsAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{farmBeatsResourceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Vorgangs-IdPrivateEndpointConnections_Get
Get(String, CancellationToken)

Dient zum Abrufen des Verbindungsobjekts für private Endpunkte.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{farmBeatsResourceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Vorgangs-IdPrivateEndpointConnections_Get
GetAll(CancellationToken)

Ruft eine Liste der Verbindungen mit privaten Endpunkten ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{farmBeatsResourceName}/privateEndpointConnections
  • Vorgangs-IdPrivateEndpointConnections_ListByResource
GetAllAsync(CancellationToken)

Ruft eine Liste der Verbindungen mit privaten Endpunkten ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{farmBeatsResourceName}/privateEndpointConnections
  • Vorgangs-IdPrivateEndpointConnections_ListByResource
GetAsync(String, CancellationToken)

Dient zum Abrufen des Verbindungsobjekts für private Endpunkte.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{farmBeatsResourceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Vorgangs-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<AgFoodPlatformPrivateEndpointConnectionResource>.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<AgFoodPlatformPrivateEndpointConnectionResource>.GetEnumerator()

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

Gilt für: