Compartir a través de


ProjectAllowedEnvironmentTypes interface

Interfaz que representa un projectAllowedEnvironmentTypes.

Métodos

get(string, string, string, ProjectAllowedEnvironmentTypesGetOptionalParams)

Obtiene un tipo de entorno permitido.

list(string, string, ProjectAllowedEnvironmentTypesListOptionalParams)

Enumera los tipos de entorno permitidos para un proyecto.

Detalles del método

get(string, string, string, ProjectAllowedEnvironmentTypesGetOptionalParams)

Obtiene un tipo de entorno permitido.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

projectName

string

Nombre del proyecto.

environmentTypeName

string

Nombre del tipo de entorno.

options
ProjectAllowedEnvironmentTypesGetOptionalParams

Parámetros de opciones.

Devoluciones

list(string, string, ProjectAllowedEnvironmentTypesListOptionalParams)

Enumera los tipos de entorno permitidos para un proyecto.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

projectName

string

Nombre del proyecto.

options
ProjectAllowedEnvironmentTypesListOptionalParams

Parámetros de opciones.

Devoluciones