Compartir a través de


AppServiceEnvironmentPatchResource Clase

Definición

Recurso de ARM para un entorno de App Service.

[Microsoft.Rest.Serialization.JsonTransformation]
public class AppServiceEnvironmentPatchResource : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type AppServiceEnvironmentPatchResource = class
    inherit ProxyOnlyResource
Public Class AppServiceEnvironmentPatchResource
Inherits ProxyOnlyResource
Herencia
AppServiceEnvironmentPatchResource
Atributos

Constructores

AppServiceEnvironmentPatchResource()

Inicializa una nueva instancia de la clase AppServiceEnvironmentPatchResource.

AppServiceEnvironmentPatchResource(VirtualNetworkProfile, String, String, String, String, Nullable<ProvisioningState>, Nullable<HostingEnvironmentStatus>, String, String, Nullable<Int32>, Nullable<Int32>, String, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, IList<NameValuePair>, IList<String>, Nullable<Boolean>, Nullable<Int32>, Nullable<Boolean>)

Inicializa una nueva instancia de la clase AppServiceEnvironmentPatchResource.

Propiedades

ClusterSettings

Obtiene o establece la configuración personalizada para cambiar el comportamiento del App Service Environment.

DedicatedHostCount

Obtiene o establece el recuento de hosts dedicados.

DnsSuffix

Obtiene o establece el sufijo DNS del App Service Environment.

FrontEndScaleFactor

Obtiene o establece el factor de escala para front-end.

HasLinuxWorkers

Obtiene la marca que muestra si un ASE tiene trabajos de Linux o no.

Id

Obtiene el identificador de recurso.

(Heredado de ProxyOnlyResource)
InternalLoadBalancingMode

Obtiene o establece especifica los puntos de conexión que se van a servir internamente en el Virtual Network para el App Service Environment. Entre los valores posibles se incluyen: "None", "Web", "Publishing", "Web, Publishing"

IpsslAddressCount

Obtiene o establece el número de direcciones SSL IP reservadas para la App Service Environment.

Kind

Obtiene o establece el tipo de recurso.

(Heredado de ProxyOnlyResource)
MaximumNumberOfMachines

Obtiene el número máximo de máquinas virtuales de la App Service Environment.

MultiRoleCount

Obtiene el número de instancias de front-end.

MultiSize

Obtiene o establece el tamaño de máquina virtual de front-end, por ejemplo, "Mediano", "Grande".

Name

Obtiene el nombre del recurso.

(Heredado de ProxyOnlyResource)
ProvisioningState

Obtiene el estado de aprovisionamiento del App Service Environment. Entre los valores posibles se incluyen: "Succeeded", "Failed", "Canceled", "InProgress", "Deleting"

Status

Obtiene el estado actual del App Service Environment. Entre los valores posibles se incluyen: "Prepare", "Ready", "Scaling", "Deleting"

Suspended

Obtiene &lt;code&gt;true&lt;/code&gt; si el App Service Environment está suspendido; de lo contrario, &lt;code&gt;false&lt;/code&gt;. El entorno se puede suspender, por ejemplo, cuando el punto de conexión de administración ya no está disponible (lo más probable es que el grupo de seguridad de red bloquee el tráfico entrante).

Type

Obtiene el tipo de recurso.

(Heredado de ProxyOnlyResource)
UserWhitelistedIpRanges

Obtiene o establece los intervalos IP agregados por el usuario a la lista blanca en la base de datos de ASE.

VirtualNetwork

Obtiene o establece la descripción del Virtual Network.

ZoneRedundant

Obtiene o establece si este App Service Environment tiene redundancia de zona o no.

Métodos

Validate()

Valide el objeto .

Se aplica a