Compartir a través de


IWithWindowsRuntimeStack Interfaz

Definición

Definición de aplicación web que permite especificar la pila en tiempo de ejecución en el sistema operativo Windows.

public interface IWithWindowsRuntimeStack : Microsoft.Azure.Management.AppService.Fluent.WebApp.Definition.IWithContainerImage, Microsoft.Azure.Management.AppService.Fluent.WebApp.Definition.IWithCreate, Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithAppSettings<Microsoft.Azure.Management.AppService.Fluent.IWebApp>, Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithAuthentication<Microsoft.Azure.Management.AppService.Fluent.IWebApp>, Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithClientAffinityEnabled<Microsoft.Azure.Management.AppService.Fluent.IWebApp>, Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithClientCertEnabled<Microsoft.Azure.Management.AppService.Fluent.IWebApp>, Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithConnectionString<Microsoft.Azure.Management.AppService.Fluent.IWebApp>, Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithCreate<Microsoft.Azure.Management.AppService.Fluent.IWebApp>, Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithDiagnosticLogging<Microsoft.Azure.Management.AppService.Fluent.IWebApp>, Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithHostNameBinding<Microsoft.Azure.Management.AppService.Fluent.IWebApp>, Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithHostNameSslBinding<Microsoft.Azure.Management.AppService.Fluent.IWebApp>, Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithManagedServiceIdentity<Microsoft.Azure.Management.AppService.Fluent.IWebApp>, Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithScmSiteAlsoStopped<Microsoft.Azure.Management.AppService.Fluent.IWebApp>, Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithSiteConfigs<Microsoft.Azure.Management.AppService.Fluent.IWebApp>, Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithSourceControl<Microsoft.Azure.Management.AppService.Fluent.IWebApp>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithTags<Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithCreate<Microsoft.Azure.Management.AppService.Fluent.IWebApp>>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.AppService.Fluent.IWebApp>
type IWithWindowsRuntimeStack = interface
    interface IWithContainerImage
    interface IWithCreate
    interface ICreatable<IWebApp>
    interface IIndexable
    interface IWithCreate<IWebApp>
    interface IDefinitionWithTags<IWithCreate<IWebApp>>
    interface IWithClientAffinityEnabled<IWebApp>
    interface IWithClientCertEnabled<IWebApp>
    interface IWithScmSiteAlsoStopped<IWebApp>
    interface IWithSiteConfigs<IWebApp>
    interface IWithAppSettings<IWebApp>
    interface IWithConnectionString<IWebApp>
    interface IWithSourceControl<IWebApp>
    interface IWithHostNameBinding<IWebApp>
    interface IWithHostNameSslBinding<IWebApp>
    interface IWithAuthentication<IWebApp>
    interface IWithDiagnosticLogging<IWebApp>
    interface IBeta
    interface IWithManagedServiceIdentity<IWebApp>
Public Interface IWithWindowsRuntimeStack
Implements IBeta, ICreatable(Of IWebApp), IDefinitionWithTags(Of IWithCreate(Of IWebApp)), IWithAppSettings(Of IWebApp), IWithAuthentication(Of IWebApp), IWithClientAffinityEnabled(Of IWebApp), IWithClientCertEnabled(Of IWebApp), IWithConnectionString(Of IWebApp), IWithContainerImage, IWithCreate, IWithCreate(Of IWebApp), IWithDiagnosticLogging(Of IWebApp), IWithHostNameBinding(Of IWebApp), IWithHostNameSslBinding(Of IWebApp), IWithManagedServiceIdentity(Of IWebApp), IWithScmSiteAlsoStopped(Of IWebApp), IWithSiteConfigs(Of IWebApp), IWithSourceControl(Of IWebApp)
Derivado
Implementaciones

Propiedades

Key

Definición de aplicación web que permite especificar la pila en tiempo de ejecución en el sistema operativo Windows.

(Heredado de IIndexable)
Name

Obtiene el nombre del recurso que se puede crear.

(Heredado de ICreatable<T>)

Métodos

Create()

Ejecute la solicitud de creación.

(Heredado de ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

Coloca la solicitud en la cola y permite que el cliente HTTP lo ejecute cuando los recursos del sistema estén disponibles.

(Heredado de ICreatable<T>)
DefineAuthentication()

Especifica la definición de una nueva configuración de autenticación.

(Heredado de IWithAuthentication<FluentT>)
DefineDiagnosticLogsConfiguration()

Obtiene Especifica la definición de una nueva configuración de registros de diagnóstico.

(Heredado de IWithDiagnosticLogging<FluentT>)
DefineHostnameBinding()

Inicia la definición de un nuevo enlace de nombre de host.

(Heredado de IWithHostNameBinding<FluentT>)
DefineSourceControl()

Inicia la definición de un nuevo control de código fuente.

(Heredado de IWithSourceControl<FluentT>)
DefineSslBinding()

Inicia una definición de un enlace SSL.

(Heredado de IWithHostNameSslBinding<FluentT>)
WithAppSetting(String, String)

Agrega una configuración de aplicación a la aplicación web.

(Heredado de IWithAppSettings<FluentT>)
WithAppSettings(IDictionary<String,String>)

Especifica la configuración de la aplicación para la aplicación web como un mapa.

(Heredado de IWithAppSettings<FluentT>)
WithAutoSwapSlotName(String)

Especifica el nombre de ranura que se va a intercambiar automáticamente cuando se completa una implementación en esta aplicación web o ranura de implementación.

(Heredado de IWithSiteConfigs<FluentT>)
WithClientAffinityEnabled(Boolean)

Especifica si la afinidad de cliente está habilitada.

(Heredado de IWithClientAffinityEnabled<FluentT>)
WithClientCertEnabled(Boolean)

Especifica si el certificado de cliente está habilitado.

(Heredado de IWithClientCertEnabled<FluentT>)
WithConnectionString(String, String, ConnectionStringType)

Agrega una cadena de conexión a la aplicación web.

(Heredado de IWithConnectionString<FluentT>)
WithContainerLoggingDisabled()

Deshabilite el registro de contenedores para aplicaciones web Linux.

(Heredado de IWithDiagnosticLogging<FluentT>)
WithContainerLoggingEnabled()

Especifica la configuración del registro de contenedores para aplicaciones web Linux. Los registros se almacenarán en el sistema de archivos de hasta 35 MB.

(Heredado de IWithDiagnosticLogging<FluentT>)
WithContainerLoggingEnabled(Int32, Int32)

Especifica la configuración del registro de contenedores para aplicaciones web Linux.

(Heredado de IWithDiagnosticLogging<FluentT>)
WithDefaultDocument(String)

Agrega un documento predeterminado.

(Heredado de IWithSiteConfigs<FluentT>)
WithDefaultDocuments(IList<String>)

Agrega una lista de documentos predeterminados.

(Heredado de IWithSiteConfigs<FluentT>)
WithFtpsState(FtpsState)

Establece si la aplicación web admite cierto tipo de FTP(S).

(Heredado de IWithSiteConfigs<FluentT>)
WithHttp20Enabled(Boolean)

Establece si la aplicación web acepta tráfico HTTP 2.0.

(Heredado de IWithSiteConfigs<FluentT>)
WithHttpsOnly(Boolean)

Establece si la aplicación web solo acepta tráfico HTTPS.

(Heredado de IWithSiteConfigs<FluentT>)
WithJavaVersion(JavaVersion)

Especifica la versión de Java.

(Heredado de IWithSiteConfigs<FluentT>)
WithLocalGitSourceControl()

Especifica el control de código fuente para que sea un repositorio de Git local en la aplicación web.

(Heredado de IWithSourceControl<FluentT>)
WithManagedHostnameBindings(IAppServiceDomain, String[])

Define una lista de nombres de host de un dominio administrado de Azure. El tipo de registro DNS tiene como valor predeterminado CNAME, excepto el dominio de nivel raíz (".

(Heredado de IWithHostNameBinding<FluentT>)
WithManagedPipelineMode(ManagedPipelineMode)

Especifica el modo de canalización administrada.

(Heredado de IWithSiteConfigs<FluentT>)
WithNetFrameworkVersion(NetFrameworkVersion)

Especifica la versión de .NET Framework.

(Heredado de IWithSiteConfigs<FluentT>)
WithoutDefaultDocument(String)

Quita un documento predeterminado.

(Heredado de IWithSiteConfigs<FluentT>)
WithoutPhp()

Desactive la compatibilidad con PHP.

(Heredado de IWithSiteConfigs<FluentT>)
WithoutSystemAssignedManagedServiceIdentity()

Especifica que la identidad de servicio administrada asignada por el sistema (local) debe deshabilitarse.

(Heredado de IWithManagedServiceIdentity<FluentT>)
WithPhpVersion(PhpVersion)

Especifica la versión de PHP.

(Heredado de IWithSiteConfigs<FluentT>)
WithPlatformArchitecture(PlatformArchitecture)

Especifica la arquitectura de la plataforma que se va a usar.

(Heredado de IWithSiteConfigs<FluentT>)
WithPrivateDockerHubImage(String)

Especifica que la imagen de contenedor de Docker sea una de Docker Hub.

(Heredado de IWithContainerImage)
WithPrivateRegistryImage(String, String)

Especifica la imagen de contenedor de Docker que va a ser una de un registro privado.

(Heredado de IWithContainerImage)
WithPublicDockerHubImage(String)

Especifica que la imagen de contenedor de Docker sea una de Docker Hub.

(Heredado de IWithContainerImage)
WithPythonVersion(PythonVersion)

Especifica la versión de Python.

(Heredado de IWithSiteConfigs<FluentT>)
WithRemoteDebuggingDisabled()

Deshabilita la depuración remota.

(Heredado de IWithSiteConfigs<FluentT>)
WithRemoteDebuggingEnabled(RemoteVisualStudioVersion)

Especifica la versión de Visual Studio para la depuración remota.

(Heredado de IWithSiteConfigs<FluentT>)
WithRuntimeStack(WebAppRuntimeStack)

Especifica la pila en tiempo de ejecución de la aplicación web en el sistema operativo Windows.

WithScmSiteAlsoStopped(Boolean)

Especifica si el sitio de SCM también se detiene cuando se detiene la aplicación web.

(Heredado de IWithScmSiteAlsoStopped<FluentT>)
WithStickyAppSetting(String, String)

Agrega una configuración de aplicación a la aplicación web. Esta configuración de la aplicación se intercambiará también después de un intercambio de ranura de implementación.

(Heredado de IWithAppSettings<FluentT>)
WithStickyAppSettings(IDictionary<String,String>)

Especifica la configuración de la aplicación para la aplicación web como un mapa. Esta configuración de la aplicación se intercambiará también después de un intercambio de ranura de implementación.

(Heredado de IWithAppSettings<FluentT>)
WithStickyConnectionString(String, String, ConnectionStringType)

Agrega una cadena de conexión a la aplicación web. Esta cadena de conexión se intercambiará también después de un intercambio de ranura de implementación.

(Heredado de IWithConnectionString<FluentT>)
WithSystemAssignedManagedServiceIdentity()

Especifica que la identidad de servicio administrada asignada por el sistema debe estar habilitada en la aplicación web.

(Heredado de IWithManagedServiceIdentity<FluentT>)
WithTag(String, String)

Agrega una etiqueta al recurso.

(Heredado de IDefinitionWithTags<T>)
WithTags(IDictionary<String,String>)

Especifica etiquetas para el recurso como {@link Map}.

(Heredado de IDefinitionWithTags<T>)
WithThirdPartyHostnameBinding(String, String[])

Define una lista de nombres de host de un dominio comprado externamente. Los nombres de host deben configurarse antes de que apunten a la aplicación web.

(Heredado de IWithHostNameBinding<FluentT>)
WithUserAssignedManagedServiceIdentity()

Especifica que la identidad de servicio administrada asignada por el usuario debe estar habilitada en la aplicación web.

(Heredado de IWithManagedServiceIdentity<FluentT>)
WithVirtualApplications(IList<VirtualApplication>)

Establece las aplicaciones virtuales en la aplicación web.

(Heredado de IWithSiteConfigs<FluentT>)
WithWebAppAlwaysOn(Boolean)

Especifica si la máquina virtual que activa la aplicación web siempre está encendida.

(Heredado de IWithSiteConfigs<FluentT>)
WithWebSocketsEnabled(Boolean)

Especifica si los sockets web están habilitados.

(Heredado de IWithSiteConfigs<FluentT>)

Se aplica a