Freigeben über


MonitorPrivateLinkScopeCollection Klasse

Definition

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

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

Konstruktoren

MonitorPrivateLinkScopeCollection()

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

Erstellt (oder aktualisiert) ein Azure Monitor PrivateLinkScope. Hinweis: Sie können keinen anderen Wert für InstrumentationKey oder AppId im Put-Vorgang angeben.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/privateLinkScopes/{scopeName}
  • Vorgangs-IdPrivateLinkScopes_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, MonitorPrivateLinkScopeData, CancellationToken)

Erstellt (oder aktualisiert) ein Azure Monitor PrivateLinkScope. Hinweis: Sie können keinen anderen Wert für InstrumentationKey oder AppId im Put-Vorgang angeben.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/privateLinkScopes/{scopeName}
  • Vorgangs-IdPrivateLinkScopes_CreateOrUpdate
Exists(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/privateLinkScopes/{scopeName}
  • Vorgangs-IdPrivateLinkScopes_Get
ExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/privateLinkScopes/{scopeName}
  • Vorgangs-IdPrivateLinkScopes_Get
Get(String, CancellationToken)

Gibt ein Azure Monitor PrivateLinkScope zurück.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/privateLinkScopes/{scopeName}
  • Vorgangs-IdPrivateLinkScopes_Get
GetAll(CancellationToken)

Ruft eine Liste der Azure Monitor PrivateLinkScopes innerhalb einer Ressourcengruppe ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/privateLinkScopes
  • Vorgangs-IdPrivateLinkScopes_ListByResourceGroup
GetAllAsync(CancellationToken)

Ruft eine Liste der Azure Monitor PrivateLinkScopes innerhalb einer Ressourcengruppe ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/privateLinkScopes
  • Vorgangs-IdPrivateLinkScopes_ListByResourceGroup
GetAsync(String, CancellationToken)

Gibt ein Azure Monitor PrivateLinkScope zurück.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/privateLinkScopes/{scopeName}
  • Vorgangs-IdPrivateLinkScopes_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<MonitorPrivateLinkScopeResource>.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<MonitorPrivateLinkScopeResource>.GetEnumerator()

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

Gilt für: