Condividi tramite


IBlank Interfaccia

Definizione

Prima fase della definizione dell'app Web.

public interface IBlank : Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithRegion<Microsoft.Azure.Management.AppService.Fluent.WebApp.Definition.INewAppServicePlanWithGroup>
type IBlank = interface
    interface IDefinitionWithRegion<INewAppServicePlanWithGroup>
Public Interface IBlank
Implements IDefinitionWithRegion(Of INewAppServicePlanWithGroup)
Derivato
Implementazioni

Metodi

WithExistingLinuxPlan(IAppServicePlan)

Usa un piano di servizio app esistente per l'app Web.

WithExistingWindowsPlan(IAppServicePlan)

Usa un piano di servizio app esistente per l'app Web.

WithRegion(Region)

Specifica l'area per la risorsa.

(Ereditato da IDefinitionWithRegion<T>)
WithRegion(String)

Specifica l'area per la risorsa in base al nome.

(Ereditato da IDefinitionWithRegion<T>)

Si applica a