Partager via


OpenShiftClusters interface

Interface représentant un OpenShiftClusters.

Méthodes

beginCreateOrUpdate(string, string, OpenShiftCluster, OpenShiftClustersCreateOrUpdateOptionalParams)

L’opération retourne les propriétés d’un cluster OpenShift.

beginCreateOrUpdateAndWait(string, string, OpenShiftCluster, OpenShiftClustersCreateOrUpdateOptionalParams)

L’opération retourne les propriétés d’un cluster OpenShift.

beginDelete(string, string, OpenShiftClustersDeleteOptionalParams)

L’opération ne retourne rien.

beginDeleteAndWait(string, string, OpenShiftClustersDeleteOptionalParams)

L’opération ne retourne rien.

beginUpdate(string, string, OpenShiftClusterUpdate, OpenShiftClustersUpdateOptionalParams)

L’opération retourne les propriétés d’un cluster OpenShift.

beginUpdateAndWait(string, string, OpenShiftClusterUpdate, OpenShiftClustersUpdateOptionalParams)

L’opération retourne les propriétés d’un cluster OpenShift.

get(string, string, OpenShiftClustersGetOptionalParams)

L’opération retourne les propriétés d’un cluster OpenShift.

list(OpenShiftClustersListOptionalParams)

L’opération retourne les propriétés de chaque cluster OpenShift.

listAdminCredentials(string, string, OpenShiftClustersListAdminCredentialsOptionalParams)

L’opération retourne le kubeconfig administrateur.

listByResourceGroup(string, OpenShiftClustersListByResourceGroupOptionalParams)

L’opération retourne les propriétés de chaque cluster OpenShift.

listCredentials(string, string, OpenShiftClustersListCredentialsOptionalParams)

L’opération retourne les informations d’identification.

Détails de la méthode

beginCreateOrUpdate(string, string, OpenShiftCluster, OpenShiftClustersCreateOrUpdateOptionalParams)

L’opération retourne les propriétés d’un cluster OpenShift.

function beginCreateOrUpdate(resourceGroupName: string, resourceName: string, parameters: OpenShiftCluster, options?: OpenShiftClustersCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<OpenShiftCluster>, OpenShiftCluster>>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

resourceName

string

Nom de la ressource de cluster OpenShift.

parameters
OpenShiftCluster

Ressource de cluster OpenShift.

options
OpenShiftClustersCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

Promise<@azure/core-lro.SimplePollerLike<OperationState<OpenShiftCluster>, OpenShiftCluster>>

beginCreateOrUpdateAndWait(string, string, OpenShiftCluster, OpenShiftClustersCreateOrUpdateOptionalParams)

L’opération retourne les propriétés d’un cluster OpenShift.

function beginCreateOrUpdateAndWait(resourceGroupName: string, resourceName: string, parameters: OpenShiftCluster, options?: OpenShiftClustersCreateOrUpdateOptionalParams): Promise<OpenShiftCluster>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

resourceName

string

Nom de la ressource de cluster OpenShift.

parameters
OpenShiftCluster

Ressource de cluster OpenShift.

options
OpenShiftClustersCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

Promise<OpenShiftCluster>

beginDelete(string, string, OpenShiftClustersDeleteOptionalParams)

L’opération ne retourne rien.

function beginDelete(resourceGroupName: string, resourceName: string, options?: OpenShiftClustersDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

resourceName

string

Nom de la ressource de cluster OpenShift.

options
OpenShiftClustersDeleteOptionalParams

Paramètres d’options.

Retours

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, OpenShiftClustersDeleteOptionalParams)

L’opération ne retourne rien.

function beginDeleteAndWait(resourceGroupName: string, resourceName: string, options?: OpenShiftClustersDeleteOptionalParams): Promise<void>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

resourceName

string

Nom de la ressource de cluster OpenShift.

options
OpenShiftClustersDeleteOptionalParams

Paramètres d’options.

Retours

Promise<void>

beginUpdate(string, string, OpenShiftClusterUpdate, OpenShiftClustersUpdateOptionalParams)

L’opération retourne les propriétés d’un cluster OpenShift.

function beginUpdate(resourceGroupName: string, resourceName: string, parameters: OpenShiftClusterUpdate, options?: OpenShiftClustersUpdateOptionalParams): Promise<SimplePollerLike<OperationState<OpenShiftCluster>, OpenShiftCluster>>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

resourceName

string

Nom de la ressource de cluster OpenShift.

parameters
OpenShiftClusterUpdate

Ressource de cluster OpenShift.

options
OpenShiftClustersUpdateOptionalParams

Paramètres d’options.

Retours

Promise<@azure/core-lro.SimplePollerLike<OperationState<OpenShiftCluster>, OpenShiftCluster>>

beginUpdateAndWait(string, string, OpenShiftClusterUpdate, OpenShiftClustersUpdateOptionalParams)

L’opération retourne les propriétés d’un cluster OpenShift.

function beginUpdateAndWait(resourceGroupName: string, resourceName: string, parameters: OpenShiftClusterUpdate, options?: OpenShiftClustersUpdateOptionalParams): Promise<OpenShiftCluster>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

resourceName

string

Nom de la ressource de cluster OpenShift.

parameters
OpenShiftClusterUpdate

Ressource de cluster OpenShift.

options
OpenShiftClustersUpdateOptionalParams

Paramètres d’options.

Retours

Promise<OpenShiftCluster>

get(string, string, OpenShiftClustersGetOptionalParams)

L’opération retourne les propriétés d’un cluster OpenShift.

function get(resourceGroupName: string, resourceName: string, options?: OpenShiftClustersGetOptionalParams): Promise<OpenShiftCluster>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

resourceName

string

Nom de la ressource de cluster OpenShift.

options
OpenShiftClustersGetOptionalParams

Paramètres d’options.

Retours

Promise<OpenShiftCluster>

list(OpenShiftClustersListOptionalParams)

L’opération retourne les propriétés de chaque cluster OpenShift.

function list(options?: OpenShiftClustersListOptionalParams): PagedAsyncIterableIterator<OpenShiftCluster, OpenShiftCluster[], PageSettings>

Paramètres

options
OpenShiftClustersListOptionalParams

Paramètres d’options.

Retours

listAdminCredentials(string, string, OpenShiftClustersListAdminCredentialsOptionalParams)

L’opération retourne le kubeconfig administrateur.

function listAdminCredentials(resourceGroupName: string, resourceName: string, options?: OpenShiftClustersListAdminCredentialsOptionalParams): Promise<OpenShiftClusterAdminKubeconfig>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

resourceName

string

Nom de la ressource de cluster OpenShift.

options
OpenShiftClustersListAdminCredentialsOptionalParams

Paramètres d’options.

Retours

listByResourceGroup(string, OpenShiftClustersListByResourceGroupOptionalParams)

L’opération retourne les propriétés de chaque cluster OpenShift.

function listByResourceGroup(resourceGroupName: string, options?: OpenShiftClustersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<OpenShiftCluster, OpenShiftCluster[], PageSettings>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

options
OpenShiftClustersListByResourceGroupOptionalParams

Paramètres d’options.

Retours

listCredentials(string, string, OpenShiftClustersListCredentialsOptionalParams)

L’opération retourne les informations d’identification.

function listCredentials(resourceGroupName: string, resourceName: string, options?: OpenShiftClustersListCredentialsOptionalParams): Promise<OpenShiftClusterCredentials>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

resourceName

string

Nom de la ressource de cluster OpenShift.

options
OpenShiftClustersListCredentialsOptionalParams

Paramètres d’options.

Retours