SandboxCustomImages interface
Interface représentant un SandboxCustomImages.
Méthodes
Détails de la méthode
beginCreateOrUpdate(string, string, string, SandboxCustomImage, SandboxCustomImagesCreateOrUpdateOptionalParams)
Crée ou met à jour une image personnalisée de bac à sable.
function beginCreateOrUpdate(resourceGroupName: string, clusterName: string, sandboxCustomImageName: string, parameters: SandboxCustomImage, options?: SandboxCustomImagesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SandboxCustomImage>, SandboxCustomImage>>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- clusterName
-
string
Nom du cluster Kusto.
- sandboxCustomImageName
-
string
Nom de l’image personnalisée du bac à sable.
- parameters
- SandboxCustomImage
Paramètres d’image personnalisée du bac à sable.
Paramètres d’options.
Retours
Promise<@azure/core-lro.SimplePollerLike<OperationState<SandboxCustomImage>, SandboxCustomImage>>
beginCreateOrUpdateAndWait(string, string, string, SandboxCustomImage, SandboxCustomImagesCreateOrUpdateOptionalParams)
Crée ou met à jour une image personnalisée de bac à sable.
function beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, sandboxCustomImageName: string, parameters: SandboxCustomImage, options?: SandboxCustomImagesCreateOrUpdateOptionalParams): Promise<SandboxCustomImage>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- clusterName
-
string
Nom du cluster Kusto.
- sandboxCustomImageName
-
string
Nom de l’image personnalisée du bac à sable.
- parameters
- SandboxCustomImage
Paramètres d’image personnalisée du bac à sable.
Paramètres d’options.
Retours
Promise<SandboxCustomImage>
beginDelete(string, string, string, SandboxCustomImagesDeleteOptionalParams)
Supprime une image personnalisée de bac à sable.
function beginDelete(resourceGroupName: string, clusterName: string, sandboxCustomImageName: string, options?: SandboxCustomImagesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- clusterName
-
string
Nom du cluster Kusto.
- sandboxCustomImageName
-
string
Nom de l’image personnalisée du bac à sable.
Paramètres d’options.
Retours
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, SandboxCustomImagesDeleteOptionalParams)
Supprime une image personnalisée de bac à sable.
function beginDeleteAndWait(resourceGroupName: string, clusterName: string, sandboxCustomImageName: string, options?: SandboxCustomImagesDeleteOptionalParams): Promise<void>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- clusterName
-
string
Nom du cluster Kusto.
- sandboxCustomImageName
-
string
Nom de l’image personnalisée du bac à sable.
Paramètres d’options.
Retours
Promise<void>
beginUpdate(string, string, string, SandboxCustomImage, SandboxCustomImagesUpdateOptionalParams)
Mises à jour une image personnalisée de bac à sable.
function beginUpdate(resourceGroupName: string, clusterName: string, sandboxCustomImageName: string, parameters: SandboxCustomImage, options?: SandboxCustomImagesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SandboxCustomImage>, SandboxCustomImage>>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- clusterName
-
string
Nom du cluster Kusto.
- sandboxCustomImageName
-
string
Nom de l’image personnalisée du bac à sable.
- parameters
- SandboxCustomImage
Paramètres d’image personnalisée du bac à sable.
Paramètres d’options.
Retours
Promise<@azure/core-lro.SimplePollerLike<OperationState<SandboxCustomImage>, SandboxCustomImage>>
beginUpdateAndWait(string, string, string, SandboxCustomImage, SandboxCustomImagesUpdateOptionalParams)
Mises à jour une image personnalisée de bac à sable.
function beginUpdateAndWait(resourceGroupName: string, clusterName: string, sandboxCustomImageName: string, parameters: SandboxCustomImage, options?: SandboxCustomImagesUpdateOptionalParams): Promise<SandboxCustomImage>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- clusterName
-
string
Nom du cluster Kusto.
- sandboxCustomImageName
-
string
Nom de l’image personnalisée du bac à sable.
- parameters
- SandboxCustomImage
Paramètres d’image personnalisée du bac à sable.
Paramètres d’options.
Retours
Promise<SandboxCustomImage>
checkNameAvailability(string, string, SandboxCustomImagesCheckNameRequest, SandboxCustomImagesCheckNameAvailabilityOptionalParams)
Vérifie que le nom de la ressource d’image personnalisée du bac à sable est valide et qu’il n’est pas déjà utilisé.
function checkNameAvailability(resourceGroupName: string, clusterName: string, resourceName: SandboxCustomImagesCheckNameRequest, options?: SandboxCustomImagesCheckNameAvailabilityOptionalParams): Promise<CheckNameResult>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- clusterName
-
string
Nom du cluster Kusto.
- resourceName
- SandboxCustomImagesCheckNameRequest
Nom de la ressource.
Paramètres d’options.
Retours
Promise<CheckNameResult>
get(string, string, string, SandboxCustomImagesGetOptionalParams)
Retourne une image personnalisée de bac à sable
function get(resourceGroupName: string, clusterName: string, sandboxCustomImageName: string, options?: SandboxCustomImagesGetOptionalParams): Promise<SandboxCustomImage>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- clusterName
-
string
Nom du cluster Kusto.
- sandboxCustomImageName
-
string
Nom de l’image personnalisée du bac à sable.
Paramètres d’options.
Retours
Promise<SandboxCustomImage>
listByCluster(string, string, SandboxCustomImagesListByClusterOptionalParams)
Retourne la liste des images personnalisées de bac à sable existantes du cluster Kusto donné.
function listByCluster(resourceGroupName: string, clusterName: string, options?: SandboxCustomImagesListByClusterOptionalParams): PagedAsyncIterableIterator<SandboxCustomImage, SandboxCustomImage[], PageSettings>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- clusterName
-
string
Nom du cluster Kusto.
Paramètres d’options.