INewAppServicePlanWithGroup Rozhraní
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Definice webové aplikace, která umožňuje zadat skupinu prostředků při použití existujícího plánu služby App Service.
public interface INewAppServicePlanWithGroup : Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithCreatableResourceGroup<Microsoft.Azure.Management.AppService.Fluent.WebApp.Definition.IWithNewAppServicePlan>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithExistingResourceGroup<Microsoft.Azure.Management.AppService.Fluent.WebApp.Definition.IWithNewAppServicePlan>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithGroup<Microsoft.Azure.Management.AppService.Fluent.WebApp.Definition.IWithNewAppServicePlan>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithNewResourceGroup<Microsoft.Azure.Management.AppService.Fluent.WebApp.Definition.IWithNewAppServicePlan>
type INewAppServicePlanWithGroup = interface
interface IWithGroup<IWithNewAppServicePlan>
interface IWithExistingResourceGroup<IWithNewAppServicePlan>
interface IWithNewResourceGroup<IWithNewAppServicePlan>
interface IWithCreatableResourceGroup<IWithNewAppServicePlan>
Public Interface INewAppServicePlanWithGroup
Implements IWithCreatableResourceGroup(Of IWithNewAppServicePlan), IWithExistingResourceGroup(Of IWithNewAppServicePlan), IWithGroup(Of IWithNewAppServicePlan), IWithNewResourceGroup(Of IWithNewAppServicePlan)
- Odvozené
- Implementuje
Metody
WithExistingResourceGroup(IResourceGroup) |
Přidruží prostředek k existující skupině prostředků. (Zděděno od IWithExistingResourceGroup<T>) |
WithExistingResourceGroup(String) |
Přidruží prostředek k existující skupině prostředků. (Zděděno od IWithExistingResourceGroup<T>) |
WithNewResourceGroup() |
Definice webové aplikace, která umožňuje zadat skupinu prostředků při použití existujícího plánu služby App Service. (Zděděno od IWithNewResourceGroup<T>) |
WithNewResourceGroup(ICreatable<IResourceGroup>) |
Na základě zadané definice vytvoří novou skupinu prostředků, do které se prostředek vloží. (Zděděno od IWithCreatableResourceGroup<T>) |
WithNewResourceGroup(String) |
Definice webové aplikace, která umožňuje zadat skupinu prostředků při použití existujícího plánu služby App Service. (Zděděno od IWithNewResourceGroup<T>) |
Platí pro
Azure SDK for .NET