FluxConfigurations interface
Interface représentant un FluxConfigurations.
Méthodes
Détails de la méthode
beginCreateOrUpdate(string, string, string, string, string, FluxConfiguration, FluxConfigurationsCreateOrUpdateOptionalParams)
Créez une configuration de flux Kubernetes.
function beginCreateOrUpdate(resourceGroupName: string, clusterRp: string, clusterResourceName: string, clusterName: string, fluxConfigurationName: string, fluxConfiguration: FluxConfiguration, options?: FluxConfigurationsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<FluxConfiguration>, FluxConfiguration>>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- clusterRp
-
string
Rp de cluster Kubernetes , c’est-à-dire Microsoft.ContainerService, Microsoft.Kubernetes, Microsoft.HybridContainerService.
- clusterResourceName
-
string
Nom de la ressource de cluster Kubernetes , c’est-à-dire managedClusters, connectedClusters, provisionedClusters.
- clusterName
-
string
Nom du cluster Kubernetes.
- fluxConfigurationName
-
string
Nom de la configuration de flux.
- fluxConfiguration
- FluxConfiguration
Propriétés nécessaires pour créer un FluxConfiguration.
Paramètres d’options.
Retours
Promise<@azure/core-lro.SimplePollerLike<OperationState<FluxConfiguration>, FluxConfiguration>>
beginCreateOrUpdateAndWait(string, string, string, string, string, FluxConfiguration, FluxConfigurationsCreateOrUpdateOptionalParams)
Créez une configuration de flux Kubernetes.
function beginCreateOrUpdateAndWait(resourceGroupName: string, clusterRp: string, clusterResourceName: string, clusterName: string, fluxConfigurationName: string, fluxConfiguration: FluxConfiguration, options?: FluxConfigurationsCreateOrUpdateOptionalParams): Promise<FluxConfiguration>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- clusterRp
-
string
Rp de cluster Kubernetes , c’est-à-dire Microsoft.ContainerService, Microsoft.Kubernetes, Microsoft.HybridContainerService.
- clusterResourceName
-
string
Nom de la ressource de cluster Kubernetes , c’est-à-dire managedClusters, connectedClusters, provisionedClusters.
- clusterName
-
string
Nom du cluster Kubernetes.
- fluxConfigurationName
-
string
Nom de la configuration de flux.
- fluxConfiguration
- FluxConfiguration
Propriétés nécessaires pour créer un FluxConfiguration.
Paramètres d’options.
Retours
Promise<FluxConfiguration>
beginDelete(string, string, string, string, string, FluxConfigurationsDeleteOptionalParams)
Cela supprime le fichier YAML utilisé pour configurer la configuration de flux, ce qui arrête la synchronisation future du dépôt source.
function beginDelete(resourceGroupName: string, clusterRp: string, clusterResourceName: string, clusterName: string, fluxConfigurationName: string, options?: FluxConfigurationsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- clusterRp
-
string
Rp de cluster Kubernetes , c’est-à-dire Microsoft.ContainerService, Microsoft.Kubernetes, Microsoft.HybridContainerService.
- clusterResourceName
-
string
Nom de la ressource de cluster Kubernetes , c’est-à-dire managedClusters, connectedClusters, provisionedClusters.
- clusterName
-
string
Nom du cluster Kubernetes.
- fluxConfigurationName
-
string
Nom de la configuration de flux.
Paramètres d’options.
Retours
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, string, string, FluxConfigurationsDeleteOptionalParams)
Cela supprime le fichier YAML utilisé pour configurer la configuration de flux, ce qui arrête la synchronisation future du dépôt source.
function beginDeleteAndWait(resourceGroupName: string, clusterRp: string, clusterResourceName: string, clusterName: string, fluxConfigurationName: string, options?: FluxConfigurationsDeleteOptionalParams): Promise<void>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- clusterRp
-
string
Rp de cluster Kubernetes , c’est-à-dire Microsoft.ContainerService, Microsoft.Kubernetes, Microsoft.HybridContainerService.
- clusterResourceName
-
string
Nom de la ressource de cluster Kubernetes , c’est-à-dire managedClusters, connectedClusters, provisionedClusters.
- clusterName
-
string
Nom du cluster Kubernetes.
- fluxConfigurationName
-
string
Nom de la configuration de flux.
Paramètres d’options.
Retours
Promise<void>
beginUpdate(string, string, string, string, string, FluxConfigurationPatch, FluxConfigurationsUpdateOptionalParams)
Mettez à jour une configuration de flux Kubernetes existante.
function beginUpdate(resourceGroupName: string, clusterRp: string, clusterResourceName: string, clusterName: string, fluxConfigurationName: string, fluxConfigurationPatch: FluxConfigurationPatch, options?: FluxConfigurationsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<FluxConfiguration>, FluxConfiguration>>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- clusterRp
-
string
Rp de cluster Kubernetes , c’est-à-dire Microsoft.ContainerService, Microsoft.Kubernetes, Microsoft.HybridContainerService.
- clusterResourceName
-
string
Nom de la ressource de cluster Kubernetes , c’est-à-dire managedClusters, connectedClusters, provisionedClusters.
- clusterName
-
string
Nom du cluster Kubernetes.
- fluxConfigurationName
-
string
Nom de la configuration de flux.
- fluxConfigurationPatch
- FluxConfigurationPatch
Propriétés à corriger dans une configuration de flux existante.
Paramètres d’options.
Retours
Promise<@azure/core-lro.SimplePollerLike<OperationState<FluxConfiguration>, FluxConfiguration>>
beginUpdateAndWait(string, string, string, string, string, FluxConfigurationPatch, FluxConfigurationsUpdateOptionalParams)
Mettez à jour une configuration de flux Kubernetes existante.
function beginUpdateAndWait(resourceGroupName: string, clusterRp: string, clusterResourceName: string, clusterName: string, fluxConfigurationName: string, fluxConfigurationPatch: FluxConfigurationPatch, options?: FluxConfigurationsUpdateOptionalParams): Promise<FluxConfiguration>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- clusterRp
-
string
Rp de cluster Kubernetes , c’est-à-dire Microsoft.ContainerService, Microsoft.Kubernetes, Microsoft.HybridContainerService.
- clusterResourceName
-
string
Nom de la ressource de cluster Kubernetes , c’est-à-dire managedClusters, connectedClusters, provisionedClusters.
- clusterName
-
string
Nom du cluster Kubernetes.
- fluxConfigurationName
-
string
Nom de la configuration de flux.
- fluxConfigurationPatch
- FluxConfigurationPatch
Propriétés à corriger dans une configuration de flux existante.
Paramètres d’options.
Retours
Promise<FluxConfiguration>
get(string, string, string, string, string, FluxConfigurationsGetOptionalParams)
Obtient les détails de la configuration de flux.
function get(resourceGroupName: string, clusterRp: string, clusterResourceName: string, clusterName: string, fluxConfigurationName: string, options?: FluxConfigurationsGetOptionalParams): Promise<FluxConfiguration>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- clusterRp
-
string
Rp de cluster Kubernetes , c’est-à-dire Microsoft.ContainerService, Microsoft.Kubernetes, Microsoft.HybridContainerService.
- clusterResourceName
-
string
Nom de la ressource de cluster Kubernetes , c’est-à-dire managedClusters, connectedClusters, provisionedClusters.
- clusterName
-
string
Nom du cluster Kubernetes.
- fluxConfigurationName
-
string
Nom de la configuration de flux.
Paramètres d’options.
Retours
Promise<FluxConfiguration>
list(string, string, string, string, FluxConfigurationsListOptionalParams)
Répertorier toutes les configurations de flux.
function list(resourceGroupName: string, clusterRp: string, clusterResourceName: string, clusterName: string, options?: FluxConfigurationsListOptionalParams): PagedAsyncIterableIterator<FluxConfiguration, FluxConfiguration[], PageSettings>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- clusterRp
-
string
Rp de cluster Kubernetes , c’est-à-dire Microsoft.ContainerService, Microsoft.Kubernetes, Microsoft.HybridContainerService.
- clusterResourceName
-
string
Nom de la ressource de cluster Kubernetes , c’est-à-dire managedClusters, connectedClusters, provisionedClusters.
- clusterName
-
string
Nom du cluster Kubernetes.
Paramètres d’options.