Freigeben über


SandboxCustomImageCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren SandboxCustomImageResource Vorgänge darstellt. Jedes SandboxCustomImageResource in der Auflistung gehört zum gleichen instance von KustoClusterResource. Um einen SandboxCustomImageCollection instance rufen Sie die GetSandboxCustomImages-Methode aus einer instance von aufKustoClusterResource.

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

Konstruktoren

SandboxCustomImageCollection()

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

Erstellt oder aktualisiert ein benutzerdefiniertes Sandboximage.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/sandboxCustomImages/{sandboxCustomImageName}
  • Vorgangs-IdSandboxCustomImages_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, SandboxCustomImageData, CancellationToken)

Erstellt oder aktualisiert ein benutzerdefiniertes Sandboximage.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/sandboxCustomImages/{sandboxCustomImageName}
  • Vorgangs-IdSandboxCustomImages_CreateOrUpdate
Exists(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/sandboxCustomImages/{sandboxCustomImageName}
  • Vorgangs-IdSandboxCustomImages_Get
ExistsAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/sandboxCustomImages/{sandboxCustomImageName}
  • Vorgangs-IdSandboxCustomImages_Get
Get(String, CancellationToken)

Gibt ein benutzerdefiniertes Sandboximage zurück.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/sandboxCustomImages/{sandboxCustomImageName}
  • Vorgangs-IdSandboxCustomImages_Get
GetAll(CancellationToken)

Gibt die Liste der vorhandenen benutzerdefinierten Sandboximages des angegebenen Kusto-Clusters zurück.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/sandboxCustomImages
  • Vorgangs-IdSandboxCustomImages_ListByCluster
GetAllAsync(CancellationToken)

Gibt die Liste der vorhandenen benutzerdefinierten Sandboximages des angegebenen Kusto-Clusters zurück.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/sandboxCustomImages
  • Vorgangs-IdSandboxCustomImages_ListByCluster
GetAsync(String, CancellationToken)

Gibt ein benutzerdefiniertes Sandboximage zurück.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/sandboxCustomImages/{sandboxCustomImageName}
  • Vorgangs-IdSandboxCustomImages_Get
GetIfExists(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/sandboxCustomImages/{sandboxCustomImageName}
  • Vorgangs-IdSandboxCustomImages_Get
GetIfExistsAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/sandboxCustomImages/{sandboxCustomImageName}
  • Vorgangs-IdSandboxCustomImages_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<SandboxCustomImageResource>.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<SandboxCustomImageResource>.GetEnumerator()

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

Gilt für: