Freigeben über


PrivateLinkCollection Klasse

Definition

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

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

Konstruktoren

PrivateLinkCollection()

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeviceUpdate/accounts/{accountName}/privateLinkResources/{groupId}
  • Vorgangs-IdPrivateLinkResources_Get
ExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeviceUpdate/accounts/{accountName}/privateLinkResources/{groupId}
  • Vorgangs-IdPrivateLinkResources_Get
Get(String, CancellationToken)

Rufen Sie die angegebene Private Link-Ressource ab, die dem Geräteupdatekonto zugeordnet ist.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeviceUpdate/accounts/{accountName}/privateLinkResources/{groupId}
  • Vorgangs-IdPrivateLinkResources_Get
GetAll(CancellationToken)

Listet alle Private Link-Ressourcen in einem Geräteupdatekonto auf.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeviceUpdate/accounts/{accountName}/privateLinkResources
  • Vorgangs-IdPrivateLinkResources_ListByAccount
GetAllAsync(CancellationToken)

Listet alle Private Link-Ressourcen in einem Geräteupdatekonto auf.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeviceUpdate/accounts/{accountName}/privateLinkResources
  • Vorgangs-IdPrivateLinkResources_ListByAccount
GetAsync(String, CancellationToken)

Rufen Sie die angegebene Private Link-Ressource ab, die dem Geräteupdatekonto zugeordnet ist.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeviceUpdate/accounts/{accountName}/privateLinkResources/{groupId}
  • 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<PrivateLinkResource>.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<PrivateLinkResource>.GetEnumerator()

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

Gilt für: