Freigeben über


AgFoodPlatformPrivateLinkResourceCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren AgFoodPlatformPrivateLinkResource Vorgänge darstellt. Jedes AgFoodPlatformPrivateLinkResource in der Auflistung gehört zum gleichen instance von FarmBeatResource. Um eine AgFoodPlatformPrivateLinkResourceCollection instance rufen Sie die GetAgFoodPlatformPrivateLinkResources-Methode aus einer instance von aufFarmBeatResource.

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

Konstruktoren

AgFoodPlatformPrivateLinkResourceCollection()

Initialisiert eine neue instance der -Klasse für die AgFoodPlatformPrivateLinkResourceCollection 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

Exists(String, CancellationToken)

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

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

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

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

Rufen Sie das Private Link-Ressourcenobjekt ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{farmBeatsResourceName}/privateLinkResources/{subResourceName}
  • Vorgangs-IdPrivateLinkResources_Get
GetAll(CancellationToken)

Ruft eine Liste der Private Link-Ressourcen ab.

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

Ruft eine Liste der Private Link-Ressourcen ab.

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

Rufen Sie das Private Link-Ressourcenobjekt ab.

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

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

Gilt für: