Interface SpringApp.Definition
-
- All Superinterfaces:
Creatable<SpringApp>,HasName,Indexable,SpringApp.DefinitionStages.Blank,SpringApp.DefinitionStages.WithCreate,SpringApp.DefinitionStages.WithDeployment,SpringApp.DefinitionStages.WithDisk,SpringApp.DefinitionStages.WithEndpoint,SpringApp.DefinitionStages.WithServiceBinding
- Enclosing interface:
- SpringApp
public static interface SpringApp.Definition extends SpringApp.DefinitionStages.Blank, SpringApp.DefinitionStages.WithCreate
Container interface for all the definitions that need to be implemented.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Creatable
create, create, createAsync, createAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
name
-
Methods inherited from interface com.azure.resourcemanager.appplatform.models.SpringApp.DefinitionStages.WithDeployment
defineActiveDeployment, withDefaultActiveDeployment
-
Methods inherited from interface com.azure.resourcemanager.appplatform.models.SpringApp.DefinitionStages.WithDisk
withPersistentDisk, withTemporaryDisk
-
Methods inherited from interface com.azure.resourcemanager.appplatform.models.SpringApp.DefinitionStages.WithEndpoint
withCustomDomain, withCustomDomain, withDefaultPublicEndpoint, withHttpsOnly
-
Methods inherited from interface com.azure.resourcemanager.appplatform.models.SpringApp.DefinitionStages.WithServiceBinding
withoutServiceBinding, withServiceBinding
-
-