Freigeben über


HealthcareApisWorkspacePrivateEndpointConnectionCollection Klasse

Definition

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

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

Konstruktoren

HealthcareApisWorkspacePrivateEndpointConnectionCollection()

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

CreateOrUpdate(WaitUntil, String, HealthcareApisPrivateEndpointConnectionData, CancellationToken)

Aktualisieren Sie den Status der angegebenen privaten Endpunktverbindung, die dem Arbeitsbereich zugeordnet ist.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Vorgangs-IdWorkspacePrivateEndpointConnections_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, HealthcareApisPrivateEndpointConnectionData, CancellationToken)

Aktualisieren Sie den Status der angegebenen privaten Endpunktverbindung, die dem Arbeitsbereich zugeordnet ist.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Vorgangs-IdWorkspacePrivateEndpointConnections_CreateOrUpdate
Exists(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Vorgangs-IdWorkspacePrivateEndpointConnections_Get
ExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Vorgangs-IdWorkspacePrivateEndpointConnections_Get
Get(String, CancellationToken)

Ruft die angegebene private Endpunktverbindung ab, die dem Arbeitsbereich zugeordnet ist.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Vorgangs-IdWorkspacePrivateEndpointConnections_Get
GetAll(CancellationToken)

Listet alle privaten Endpunktverbindungen für einen Arbeitsbereich auf.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}/privateEndpointConnections
  • Vorgangs-IdWorkspacePrivateEndpointConnections_ListByWorkspace
GetAllAsync(CancellationToken)

Listet alle privaten Endpunktverbindungen für einen Arbeitsbereich auf.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}/privateEndpointConnections
  • Vorgangs-IdWorkspacePrivateEndpointConnections_ListByWorkspace
GetAsync(String, CancellationToken)

Ruft die angegebene private Endpunktverbindung ab, die dem Arbeitsbereich zugeordnet ist.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Vorgangs-IdWorkspacePrivateEndpointConnections_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<HealthcareApisWorkspacePrivateEndpointConnectionResource>.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<HealthcareApisWorkspacePrivateEndpointConnectionResource>.GetEnumerator()

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

Gilt für: