EnvironmentName Clase

Definición

Precaución

This type is obsolete and will be removed in a future version. The recommended alternative is Microsoft.Extensions.Hosting.Environments.

Precaución

EnvironmentName has been deprecated. Use Microsoft.Extensions.Hosting.Environments instead.

Nombres de entorno de uso común.

Este tipo está obsoleto y se quitará en una versión futura. La alternativa recomendada es Microsoft.Extensions.Hosting.Environments.

public ref class EnvironmentName abstract sealed
public static class EnvironmentName
[System.Obsolete("This type is obsolete and will be removed in a future version. The recommended alternative is Microsoft.Extensions.Hosting.Environments.", false)]
public static class EnvironmentName
[System.Obsolete("EnvironmentName has been deprecated. Use Microsoft.Extensions.Hosting.Environments instead.")]
public static class EnvironmentName
type EnvironmentName = class
[<System.Obsolete("This type is obsolete and will be removed in a future version. The recommended alternative is Microsoft.Extensions.Hosting.Environments.", false)>]
type EnvironmentName = class
[<System.Obsolete("EnvironmentName has been deprecated. Use Microsoft.Extensions.Hosting.Environments instead.")>]
type EnvironmentName = class
Public Class EnvironmentName
Herencia
EnvironmentName
Atributos

Campos

Development
Obsoletos.
Obsoletos.

Nombre del entorno de desarrollo.

Production
Obsoletos.
Obsoletos.

Nombre del entorno de producción.

Staging
Obsoletos.
Obsoletos.

Nombre del entorno de ensayo.

Se aplica a