Freigeben über


ManagedInstanceOperationCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren ManagedInstanceOperationResource Vorgänge darstellt. Jedes ManagedInstanceOperationResource in der Auflistung gehört zum gleichen instance von ManagedInstanceResource. Um einen ManagedInstanceOperationCollection instance rufen Sie die GetManagedInstanceOperations-Methode aus einer instance von aufManagedInstanceResource.

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

Konstruktoren

ManagedInstanceOperationCollection()

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

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/operations/{operationId}
  • Vorgangs-IdManagedInstanceOperations_Get
ExistsAsync(Guid, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/operations/{operationId}
  • Vorgangs-IdManagedInstanceOperations_Get
Get(Guid, CancellationToken)

Ruft einen Verwaltungsvorgang für eine verwaltete Instanz ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/operations/{operationId}
  • Vorgangs-IdManagedInstanceOperations_Get
GetAll(CancellationToken)

Ruft eine Liste der für die verwaltete Instanz ausgeführten Vorgänge ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/operations
  • Vorgangs-IdManagedInstanceOperations_ListByManagedInstance
GetAllAsync(CancellationToken)

Ruft eine Liste der für die verwaltete Instanz ausgeführten Vorgänge ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/operations
  • Vorgangs-IdManagedInstanceOperations_ListByManagedInstance
GetAsync(Guid, CancellationToken)

Ruft einen Verwaltungsvorgang für eine verwaltete Instanz ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/operations/{operationId}
  • Vorgangs-IdManagedInstanceOperations_Get
GetIfExists(Guid, CancellationToken)

Versucht, Details für diese Ressource vom Dienst abzurufen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/operations/{operationId}
  • Vorgangs-IdManagedInstanceOperations_Get
GetIfExistsAsync(Guid, CancellationToken)

Versucht, Details für diese Ressource vom Dienst abzurufen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/operations/{operationId}
  • Vorgangs-IdManagedInstanceOperations_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<ManagedInstanceOperationResource>.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<ManagedInstanceOperationResource>.GetEnumerator()

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

Gilt für: