Freigeben über


IotCentralPrivateLinkResourceCollection Klasse

Definition

Eine Klasse, die eine Auflistung von IotCentralPrivateLinkResource und deren Vorgänge darstellt. Jedes IotCentralPrivateLinkResource in der Auflistung gehört zum gleichen instance von IotCentralAppResource. Um eine IotCentralPrivateLinkResourceCollection instance rufen Sie die GetIotCentralPrivateLinkResources-Methode aus einer instance von IotCentralAppResourceauf.

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

Konstruktoren

IotCentralPrivateLinkResourceCollection()

Initialisiert eine neue instance der IotCentralPrivateLinkResourceCollection -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

Exists(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTCentral/iotApps/{resourceName}/privateLinkResources/{groupId}
  • Vorgang IdPrivateLinks_Get
ExistsAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTCentral/iotApps/{resourceName}/privateLinkResources/{groupId}
  • Vorgang IdPrivateLinks_Get
Get(String, CancellationToken)

Rufen Sie eine Private Link-Ressource einer IoT Central-Anwendung ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTCentral/iotApps/{resourceName}/privateLinkResources/{groupId}
  • Vorgang IdPrivateLinks_Get
GetAll(CancellationToken)

Rufen Sie alle Private Link-Ressourcen einer IoT Central-Anwendung ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTCentral/iotApps/{resourceName}/privateLinkResources
  • Vorgang IdPrivateLinks_List
GetAllAsync(CancellationToken)

Rufen Sie alle Private Link-Ressourcen einer IoT Central-Anwendung ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTCentral/iotApps/{resourceName}/privateLinkResources
  • Vorgang IdPrivateLinks_List
GetAsync(String, CancellationToken)

Rufen Sie eine Private Link-Ressource einer IoT Central-Anwendung ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTCentral/iotApps/{resourceName}/privateLinkResources/{groupId}
  • Vorgang IdPrivateLinks_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<IotCentralPrivateLinkResource>.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<IotCentralPrivateLinkResource>.GetEnumerator()

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

Gilt für: