Freigeben über


KustoScriptCollection Klasse

Definition

Eine Klasse, die eine Auflistung von KustoScriptResource und deren Vorgänge darstellt. Jedes KustoScriptResource in der Auflistung gehört zum gleichen instance von KustoDatabaseResource. Um einen KustoScriptCollection instance rufen Sie die GetKustoScripts-Methode aus einer instance von aufKustoDatabaseResource.

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

Konstruktoren

KustoScriptCollection()

Initialisiert eine neue instance der KustoScriptCollection -Klasse zum Mocking.

Eigenschaften

Client

Ruft die Ressource ab, aus ArmClient der 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, KustoScriptData, CancellationToken)

Erstellt ein Kusto-Datenbankskript.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}/scripts/{scriptName}
  • Vorgang IdScripts_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, KustoScriptData, CancellationToken)

Erstellt ein Kusto-Datenbankskript.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}/scripts/{scriptName}
  • Vorgang IdScripts_CreateOrUpdate
Exists(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}/scripts/{scriptName}
  • Vorgang IdScripts_Get
ExistsAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}/scripts/{scriptName}
  • Vorgang IdScripts_Get
Get(String, CancellationToken)

Ruft ein Kusto-Clusterdatenbankskript ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}/scripts/{scriptName}
  • Vorgang IdScripts_Get
GetAll(CancellationToken)

Gibt die Liste der Datenbankskripts für die angegebene Datenbank zurück.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}/scripts
  • Vorgang IdScripts_ListByDatabase
GetAllAsync(CancellationToken)

Gibt die Liste der Datenbankskripts für die angegebene Datenbank zurück.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}/scripts
  • Vorgang IdScripts_ListByDatabase
GetAsync(String, CancellationToken)

Ruft ein Kusto-Clusterdatenbankskript ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}/scripts/{scriptName}
  • Vorgang IdScripts_Get
GetIfExists(String, CancellationToken)

Versucht, Details für diese Ressource aus dem Dienst abzurufen.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}/scripts/{scriptName}
  • Vorgang IdScripts_Get
GetIfExistsAsync(String, CancellationToken)

Versucht, Details für diese Ressource aus dem Dienst abzurufen.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}/scripts/{scriptName}
  • Vorgang IdScripts_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<KustoScriptResource>.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<KustoScriptResource>.GetEnumerator()

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

Gilt für: