Interface SpringApp.DefinitionStages.WithCreate
-
- All Superinterfaces:
Creatable<SpringApp>,HasName,Indexable,SpringApp.DefinitionStages.WithDeployment,SpringApp.DefinitionStages.WithDisk,SpringApp.DefinitionStages.WithEndpoint,SpringApp.DefinitionStages.WithServiceBinding
- All Known Subinterfaces:
SpringApp.Definition
- Enclosing interface:
- SpringApp.DefinitionStages
public static interface SpringApp.DefinitionStages.WithCreate extends Creatable<SpringApp>, SpringApp.DefinitionStages.WithEndpoint, SpringApp.DefinitionStages.WithDisk, SpringApp.DefinitionStages.WithDeployment, SpringApp.DefinitionStages.WithServiceBinding
The stage of the definition which contains all the minimum required inputs for the resource to be created, but also allows for any other optional settings to be specified.
-
-
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
-
-