Udostępnij za pośrednictwem


IWithAppServicePlan Interfejs

Definicja

Aktualizacja aplikacji internetowej umożliwiająca ustawienie planu usługi App Service.

public interface IWithAppServicePlan
type IWithAppServicePlan = interface
Public Interface IWithAppServicePlan
Pochodne

Metody

WithExistingAppServicePlan(IAppServicePlan)

Używa istniejącego planu usługi App Service dla aplikacji internetowej.

WithNewAppServicePlan(ICreatable<IAppServicePlan>)

Tworzy nowy plan usługi App Service do użycia.

WithNewAppServicePlan(PricingTier)

Tworzy nowy plan usługi App Service do użycia.

WithNewFreeAppServicePlan()

Tworzy nowy bezpłatny plan usługi App Service. Nie powiedzie się to, jeśli w bieżącej subskrypcji istnieje co najmniej 10 bezpłatnych planów.

WithNewSharedAppServicePlan()

Tworzy nowy udostępniony plan usługi App Service.

Dotyczy