Freigeben über


HealthcareApisWorkspacePrivateLinkResourceCollection Klasse

Definition

Eine Klasse, die eine Auflistung von HealthcareApisWorkspacePrivateLinkResource und deren Vorgänge darstellt. Jedes HealthcareApisWorkspacePrivateLinkResource in der Auflistung gehört zum gleichen instance von HealthcareApisWorkspaceResource. Um einen HealthcareApisWorkspacePrivateLinkResourceCollection instance rufen Sie die GetHealthcareApisWorkspacePrivateLinkResources-Methode aus einer instance von HealthcareApisWorkspaceResourceauf.

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

Konstruktoren

HealthcareApisWorkspacePrivateLinkResourceCollection()

Initialisiert eine neue instance der HealthcareApisWorkspacePrivateLinkResourceCollection -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.HealthcareApis/workspaces/{workspaceName}/privateLinkResources/{groupName}
  • Vorgang IdWorkspacePrivateLinkResources_Get
ExistsAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}/privateLinkResources/{groupName}
  • Vorgang IdWorkspacePrivateLinkResources_Get
Get(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}/privateLinkResources/{groupName}
  • Vorgang IdWorkspacePrivateLinkResources_Get
GetAll(CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}/privateLinkResources
  • Vorgang IdWorkspacePrivateLinkResources_ListByWorkspace
GetAllAsync(CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}/privateLinkResources
  • Vorgang IdWorkspacePrivateLinkResources_ListByWorkspace
GetAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}/privateLinkResources/{groupName}
  • Vorgang IdWorkspacePrivateLinkResources_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<HealthcareApisWorkspacePrivateLinkResource>.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<HealthcareApisWorkspacePrivateLinkResource>.GetEnumerator()

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

Gilt für: