Freigeben über


MonitorPrivateLinkScopedResourceCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren MonitorPrivateLinkScopedResource Vorgänge darstellt. Jedes MonitorPrivateLinkScopedResource in der Auflistung gehört zum gleichen instance von MonitorPrivateLinkScopeResource. Um einen MonitorPrivateLinkScopedResourceCollection instance rufen Sie die GetMonitorPrivateLinkScopedResources-Methode aus einer instance von aufMonitorPrivateLinkScopeResource.

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

Konstruktoren

MonitorPrivateLinkScopedResourceCollection()

Initialisiert eine neue instance der -Klasse für die MonitorPrivateLinkScopedResourceCollection 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, MonitorPrivateLinkScopedResourceData, CancellationToken)

Genehmigen oder ablehnen Sie eine Verbindung mit einem privaten Endpunkt mit einem bestimmten Namen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/privateLinkScopes/{scopeName}/scopedResources/{name}
  • Vorgangs-IdPrivateLinkScopedResources_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, MonitorPrivateLinkScopedResourceData, CancellationToken)

Genehmigen oder ablehnen Sie eine Verbindung mit einem privaten Endpunkt mit einem bestimmten Namen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/privateLinkScopes/{scopeName}/scopedResources/{name}
  • Vorgangs-IdPrivateLinkScopedResources_CreateOrUpdate
Exists(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/privateLinkScopes/{scopeName}/scopedResources/{name}
  • Vorgangs-IdPrivateLinkScopedResources_Get
ExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/privateLinkScopes/{scopeName}/scopedResources/{name}
  • Vorgangs-IdPrivateLinkScopedResources_Get
Get(String, CancellationToken)

Ruft eine bereichsbezogene Ressource in einem Private Link-Bereich ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/privateLinkScopes/{scopeName}/scopedResources/{name}
  • Vorgangs-IdPrivateLinkScopedResources_Get
GetAll(CancellationToken)

Ruft alle privaten Endpunktverbindungen in einem Private Link-Bereich ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/privateLinkScopes/{scopeName}/scopedResources
  • Vorgangs-IdPrivateLinkScopedResources_ListByPrivateLinkScope
GetAllAsync(CancellationToken)

Ruft alle privaten Endpunktverbindungen in einem Private Link-Bereich ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/privateLinkScopes/{scopeName}/scopedResources
  • Vorgangs-IdPrivateLinkScopedResources_ListByPrivateLinkScope
GetAsync(String, CancellationToken)

Ruft eine bereichsbezogene Ressource in einem Private Link-Bereich ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/privateLinkScopes/{scopeName}/scopedResources/{name}
  • Vorgangs-IdPrivateLinkScopedResources_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<MonitorPrivateLinkScopedResource>.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<MonitorPrivateLinkScopedResource>.GetEnumerator()

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

Gilt für: