Compartir a través de


AppServiceEnvironmentsOperationsExtensions.Update Método

Definición

Cree o actualice un App Service Environment.

public static Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource Update (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentPatchResource hostingEnvironmentEnvelope);
static member Update : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentPatchResource -> Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource
<Extension()>
Public Function Update (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, hostingEnvironmentEnvelope As AppServiceEnvironmentPatchResource) As AppServiceEnvironmentResource

Parámetros

operations
IAppServiceEnvironmentsOperations

El grupo de operaciones de este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos al que pertenece el recurso.

name
String

Nombre del App Service Environment.

hostingEnvironmentEnvelope
AppServiceEnvironmentPatchResource

Detalles de configuración del App Service Environment.

Devoluciones

Comentarios

Descripción para Crear o actualizar un App Service Environment.

Se aplica a