Uses of Interface
com.azure.resourcemanager.appplatform.models.SpringService.DefinitionStages.WithEnterpriseTierCreate
Packages that use SpringService.DefinitionStages.WithEnterpriseTierCreate
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of SpringService.DefinitionStages.WithEnterpriseTierCreate in com.azure.resourcemanager.appplatform.models
Subinterfaces of SpringService.DefinitionStages.WithEnterpriseTierCreate in com.azure.resourcemanager.appplatform.modelsModifier and TypeInterfaceDescriptionstatic interfaceContainer interface for all the definitions that need to be implemented.Methods in com.azure.resourcemanager.appplatform.models that return SpringService.DefinitionStages.WithEnterpriseTierCreateModifier and TypeMethodDescriptionSpringService.DefinitionStages.WithConfigurationService.withDefaultGitRepository(String uri, String branch, List<String> filePatterns) Specifies the default git repository for the spring service.SpringService.DefinitionStages.WithSku.withEnterpriseTierSku()Specifies the sku of the spring service to be enterprise tier.SpringService.DefinitionStages.WithConfigurationService.withGitRepository(String name, String uri, String branch, List<String> filePatterns) Specifies additional git repository for the spring service.SpringService.DefinitionStages.WithConfigurationService.withGitRepositoryConfig(ConfigurationServiceGitProperty gitConfig) Specifies complete git repository configuration for the spring service.