ProjectAllowedEnvironmentTypes interface
Interface représentant un ProjectAllowedEnvironmentTypes.
Méthodes
get(string, string, string, Project |
Obtient un type d’environnement autorisé. |
list(string, string, Project |
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.
Paramètres d’options.
Retours
Promise<AllowedEnvironmentType>
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.
Paramètres d’options.