Partager via


ProjectAllowedEnvironmentTypes interface

Interface représentant un ProjectAllowedEnvironmentTypes.

Méthodes

get(string, string, string, ProjectAllowedEnvironmentTypesGetOptionalParams)

Obtient un type d’environnement autorisé.

list(string, string, ProjectAllowedEnvironmentTypesListOptionalParams)

Répertorie les types d’environnement autorisés pour un projet.

Détails de la méthode

get(string, string, string, ProjectAllowedEnvironmentTypesGetOptionalParams)

Obtient un type d’environnement autorisé.

function get(resourceGroupName: string, projectName: string, environmentTypeName: string, options?: ProjectAllowedEnvironmentTypesGetOptionalParams): Promise<AllowedEnvironmentType>

Paramètres

resourceGroupName

string

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

projectName

string

Nom du projet.

environmentTypeName

string

Nom du type d’environnement.

options
ProjectAllowedEnvironmentTypesGetOptionalParams

Paramètres d’options.

Retours

list(string, string, ProjectAllowedEnvironmentTypesListOptionalParams)

Répertorie les types d’environnement autorisés pour un projet.

function list(resourceGroupName: string, projectName: string, options?: ProjectAllowedEnvironmentTypesListOptionalParams): PagedAsyncIterableIterator<AllowedEnvironmentType, AllowedEnvironmentType[], PageSettings>

Paramètres

resourceGroupName

string

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

projectName

string

Nom du projet.

options
ProjectAllowedEnvironmentTypesListOptionalParams

Paramètres d’options.

Retours