Partager via


GiVersions interface

Interface représentant un GiVersions.

Méthodes

get(string, string, GiVersionsGetOptionalParams)

Obtenir une GioVersion

listByLocation(string, GiVersionsListByLocationOptionalParams)

Répertorier les ressources GiVersion par emplacement

Détails de la méthode

get(string, string, GiVersionsGetOptionalParams)

Obtenir une GioVersion

function get(location: string, giversionname: string, options?: GiVersionsGetOptionalParams): Promise<GiVersion>

Paramètres

location

string

Nom de la région Azure.

giversionname

string

Nom GiVersion

options
GiVersionsGetOptionalParams

Paramètres d’options.

Retours

Promise<GiVersion>

listByLocation(string, GiVersionsListByLocationOptionalParams)

Répertorier les ressources GiVersion par emplacement

function listByLocation(location: string, options?: GiVersionsListByLocationOptionalParams): PagedAsyncIterableIterator<GiVersion, GiVersion[], PageSettings>

Paramètres

location

string

Nom de la région Azure.

options
GiVersionsListByLocationOptionalParams

Paramètres d’options.

Retours