Freigeben über


HealthcareApisServicePrivateLinkResourceCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren HealthcareApisServicePrivateLinkResource Vorgänge darstellt. Jedes HealthcareApisServicePrivateLinkResource in der Auflistung gehört zum gleichen instance von HealthcareApisServiceResource. Um einen HealthcareApisServicePrivateLinkResourceCollection instance rufen Sie die GetHealthcareApisServicePrivateLinkResources-Methode aus einer instance von aufHealthcareApisServiceResource.

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

Konstruktoren

HealthcareApisServicePrivateLinkResourceCollection()

Initialisiert eine neue instance der -Klasse für die HealthcareApisServicePrivateLinkResourceCollection 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.HealthcareApis/services/{resourceName}/privateLinkResources/{groupName}
  • Vorgangs-IdPrivateLinkResources_Get
ExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName}/privateLinkResources/{groupName}
  • Vorgangs-IdPrivateLinkResources_Get
Get(String, CancellationToken)

Ruft eine Private Link-Ressource ab, die für einen Dienst erstellt werden muss.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName}/privateLinkResources/{groupName}
  • Vorgangs-IdPrivateLinkResources_Get
GetAll(CancellationToken)

Ruft die Private Link-Ressourcen ab, die für einen Dienst erstellt werden müssen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName}/privateLinkResources
  • Vorgangs-IdPrivateLinkResources_ListByService
GetAllAsync(CancellationToken)

Ruft die Private Link-Ressourcen ab, die für einen Dienst erstellt werden müssen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName}/privateLinkResources
  • Vorgangs-IdPrivateLinkResources_ListByService
GetAsync(String, CancellationToken)

Ruft eine Private Link-Ressource ab, die für einen Dienst erstellt werden muss.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName}/privateLinkResources/{groupName}
  • 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<HealthcareApisServicePrivateLinkResource>.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<HealthcareApisServicePrivateLinkResource>.GetEnumerator()

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

Gilt für: