Uses of Interface
com.azure.resourcemanager.appplatform.models.SpringService.Update
Packages that use SpringService.Update
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of SpringService.Update in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return SpringService.UpdateModifier and TypeMethodDescriptionSpringService.UpdateStages.WithCertificate.withCertificate(String name, String keyVaultUri, String certNameInKeyVault) Specifies a certificate in key vault with latest version binding to the spring service.SpringService.UpdateStages.WithCertificate.withCertificate(String name, String keyVaultUri, String certNameInKeyVault, String certVersion) Specifies a certificate in key vault with specific version binding to the spring service.SpringService.UpdateStages.WithConfiguration.withDefaultGitRepository(String uri, String branch, List<String> filePatterns) (Enterprise Tier Only) Specifies the default git repository for the spring service.SpringService.UpdateStages.WithConfiguration.withGitConfig(ConfigServerGitProperty gitConfig) (Basic/Standard Tier Only) Specifies the git repository for the spring service.SpringService.UpdateStages.WithConfiguration.withGitRepository(String name, String uri, String branch, List<String> filePatterns) (Enterprise Tier Only) Specifies additional git repository for the spring service.SpringService.UpdateStages.WithConfiguration.withGitRepositoryConfig(ConfigurationServiceGitProperty gitConfig) (Enterprise Tier Only) Specifies complete git repository configuration for the spring service.SpringService.UpdateStages.WithConfiguration.withGitUri(String uri) (Basic/Standard Tier Only) Specifies the git repository for the spring service.SpringService.UpdateStages.WithConfiguration.withGitUriAndCredential(String uri, String username, String password) (Basic/Standard Tier Only) Specifies the git repository for the spring service.SpringService.UpdateStages.WithCertificate.withoutCertificate(String name) Removes a certificate binding to the spring service.SpringService.UpdateStages.WithConfiguration.withoutGitConfig()(Basic/Standard Tier Only) Removes the git configuration.SpringService.UpdateStages.WithConfiguration.withoutGitRepositories()(Enterprise Tier Only) Removes the git repository configuration.SpringService.UpdateStages.WithConfiguration.withoutGitRepository(String name) (Enterprise Tier Only) Removes git repository with specified name.SpringService.UpdateStages.WithTracing.withoutTracing()Removes tracing property.Specifies the sku of the spring service.Specifies the sku of the spring service.Specifies the sku of the spring service.SpringService.UpdateStages.WithTracing.withTracing(String appInsightInstrumentationKey) Specifies tracing property with app insight.