Freigeben über


KustoClusterResource.GetSandboxCustomImageAsync Methode

Definition

Gibt ein benutzerdefiniertes Sandboximage zurück.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/sandboxCustomImages/{sandboxCustomImageName}
  • Vorgangs-IdSandboxCustomImages_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Kusto.SandboxCustomImageResource>> GetSandboxCustomImageAsync (string sandboxCustomImageName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSandboxCustomImageAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Kusto.SandboxCustomImageResource>>
override this.GetSandboxCustomImageAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Kusto.SandboxCustomImageResource>>
Public Overridable Function GetSandboxCustomImageAsync (sandboxCustomImageName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SandboxCustomImageResource))

Parameter

sandboxCustomImageName
String

Der Name des benutzerdefinierten Sandboximages.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

sandboxCustomImageName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

sandboxCustomImageName ist NULL.

Gilt für: