Interface SpringService

All Superinterfaces:
GroupableResource<AppPlatformManager,ServiceResourceInner>, HasId, HasInnerModel<ServiceResourceInner>, HasManager<AppPlatformManager>, HasName, HasResourceGroup, Indexable, Refreshable<SpringService>, Resource, Updatable<SpringService.Update>

An immutable client-side representation of an Azure Spring Service.
  • Method Details

    • sku

      Sku sku()
      Gets the Sku of the service.
      Returns:
      Sku of the service
    • apps

      SpringApps apps()
      Gets the entry point of the spring app.
      Returns:
      the entry point of the spring app
    • certificates

      Gets the entry point of the spring service certificate.
      Returns:
      the entry point of the spring service certificate
    • getMonitoringSetting

      MonitoringSettingProperties getMonitoringSetting()
      Gets the Monitoring Setting properties of the service.
      Returns:
      Monitoring Setting properties of the service
    • getMonitoringSettingAsync

      Mono<MonitoringSettingProperties> getMonitoringSettingAsync()
      Gets the Monitoring Setting properties of the service.
      Returns:
      Monitoring Setting properties of the service
    • getServerProperties

      ConfigServerProperties getServerProperties()
      Gets the server properties of the service.
      Returns:
      server properties of the service
    • getServerPropertiesAsync

      Mono<ConfigServerProperties> getServerPropertiesAsync()
      Gets the server properties of the service.
      Returns:
      server properties of the service
    • listTestKeys

      TestKeys listTestKeys()
      Lists test keys for the service.
      Returns:
      all test keys
    • listTestKeysAsync

      Mono<TestKeys> listTestKeysAsync()
      Lists test keys for the service.
      Returns:
      all test keys
    • regenerateTestKeys

      TestKeys regenerateTestKeys(TestKeyType keyType)
      Regenerates a test key for the Service.
      Parameters:
      keyType - the type of the regenerated key
      Returns:
      all test keys
    • regenerateTestKeysAsync

      Mono<TestKeys> regenerateTestKeysAsync(TestKeyType keyType)
      Regenerates a test key for the Service.
      Parameters:
      keyType - the type of the regenerated key
      Returns:
      all test keys
    • disableTestEndpoint

      void disableTestEndpoint()
      Disables the test endpoint for the service.
    • disableTestEndpointAsync

      Mono<Void> disableTestEndpointAsync()
      Disables the test endpoint for the service.
      Returns:
      null
    • enableTestEndpoint

      TestKeys enableTestEndpoint()
      Enables the test endpoint for the service.
      Returns:
      all test keys
    • enableTestEndpointAsync

      Mono<TestKeys> enableTestEndpointAsync()
      Enables the test endpoint for the service.
      Returns:
      all test keys
    • getDefaultConfigurationService

      SpringConfigurationService getDefaultConfigurationService()
      Gets default Configuration Service for Enterprise Tier.
      Returns:
      default Configuration Service for Enterprise Tier
    • getDefaultServiceRegistry

      SpringServiceRegistry getDefaultServiceRegistry()
      Gets default Service Registry for Enterprise Tier.
      Returns:
      default Service Registry for Enterprise Tier