Compartir a través de


AppServiceEnvironmentsOperationsExtensions.CreateOrUpdate Método

Definición

Cree o actualice un App Service Environment.

public static Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource CreateOrUpdate (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource hostingEnvironmentEnvelope);
static member CreateOrUpdate : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource -> Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource
<Extension()>
Public Function CreateOrUpdate (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, hostingEnvironmentEnvelope As AppServiceEnvironmentResource) 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
AppServiceEnvironmentResource

Detalles de configuración del App Service Environment.

Devoluciones

Comentarios

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

Se aplica a