Partager via


SyncSets interface

Interface représentant un SyncSets.

Méthodes

createOrUpdate(string, string, string, SyncSet, SyncSetsCreateOrUpdateOptionalParams)

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

delete(string, string, string, SyncSetsDeleteOptionalParams)

L’opération ne retourne rien.

get(string, string, string, SyncSetsGetOptionalParams)

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

list(string, string, SyncSetsListOptionalParams)

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

update(string, string, string, SyncSetUpdate, SyncSetsUpdateOptionalParams)

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

Détails de la méthode

createOrUpdate(string, string, string, SyncSet, SyncSetsCreateOrUpdateOptionalParams)

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

function createOrUpdate(resourceGroupName: string, resourceName: string, childResourceName: string, parameters: SyncSet, options?: SyncSetsCreateOrUpdateOptionalParams): Promise<SyncSet>

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.

childResourceName

string

Nom de la ressource SyncSet.

parameters
SyncSet

Ressource SyncSet.

options
SyncSetsCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

Promise<SyncSet>

delete(string, string, string, SyncSetsDeleteOptionalParams)

L’opération ne retourne rien.

function delete(resourceGroupName: string, resourceName: string, childResourceName: string, options?: SyncSetsDeleteOptionalParams): 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.

childResourceName

string

Nom de la ressource SyncSet.

options
SyncSetsDeleteOptionalParams

Paramètres d’options.

Retours

Promise<void>

get(string, string, string, SyncSetsGetOptionalParams)

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

function get(resourceGroupName: string, resourceName: string, childResourceName: string, options?: SyncSetsGetOptionalParams): Promise<SyncSet>

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.

childResourceName

string

Nom de la ressource SyncSet.

options
SyncSetsGetOptionalParams

Paramètres d’options.

Retours

Promise<SyncSet>

list(string, string, SyncSetsListOptionalParams)

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

function list(resourceGroupName: string, resourceName: string, options?: SyncSetsListOptionalParams): PagedAsyncIterableIterator<SyncSet, SyncSet[], PageSettings>

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
SyncSetsListOptionalParams

Paramètres d’options.

Retours

update(string, string, string, SyncSetUpdate, SyncSetsUpdateOptionalParams)

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

function update(resourceGroupName: string, resourceName: string, childResourceName: string, parameters: SyncSetUpdate, options?: SyncSetsUpdateOptionalParams): Promise<SyncSet>

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.

childResourceName

string

Nom de la ressource SyncSet.

parameters
SyncSetUpdate

Ressource SyncSet.

options
SyncSetsUpdateOptionalParams

Paramètres d’options.

Retours

Promise<SyncSet>