SpringService Interface
Implements
public interface SpringService
extends GroupableResource<AppPlatformManager,ServiceResourceInner>, Refreshable<SpringService>, Updatable<Update>
An immutable client-side representation of an Azure Spring Service.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Spring |
apps()
Gets the entry point of the spring app. |
abstract
Spring |
certificates()
Gets the entry point of the spring service certificate. |
abstract void |
disableTestEndpoint()
Disables the test endpoint for the service. |
abstract Mono<Void> |
disableTestEndpointAsync()
Disables the test endpoint for the service. |
abstract
Test |
enableTestEndpoint()
Enables the test endpoint for the service. |
abstract
Mono<Test |
enableTestEndpointAsync()
Enables the test endpoint for the service. |
abstract
Spring |
getDefaultConfigurationService()
Gets default Configuration Service for Enterprise Tier. |
abstract
Spring |
getDefaultServiceRegistry()
Gets default Service Registry for Enterprise Tier. |
abstract
Monitoring |
getMonitoringSetting()
Gets the Monitoring Setting properties of the service. |
abstract
Mono<Monitoring |
getMonitoringSettingAsync()
Gets the Monitoring Setting properties of the service. |
abstract
Config |
getServerProperties()
Gets the server properties of the service. |
abstract
Mono<Config |
getServerPropertiesAsync()
Gets the server properties of the service. |
abstract
Test |
listTestKeys()
Lists test keys for the service. |
abstract
Mono<Test |
listTestKeysAsync()
Lists test keys for the service. |
abstract
Test |
regenerateTestKeys(TestKeyType keyType)
Regenerates a test key for the Service. |
abstract
Mono<Test |
regenerateTestKeysAsync(TestKeyType keyType)
Regenerates a test key for the Service. |
abstract Sku |
sku()
Gets the Sku of the service. |
Method Details
apps
public abstract SpringApps apps()
Gets the entry point of the spring app.
Returns:
certificates
public abstract SpringServiceCertificates certificates()
Gets the entry point of the spring service certificate.
Returns:
disableTestEndpoint
public abstract void disableTestEndpoint()
Disables the test endpoint for the service.
disableTestEndpointAsync
public abstract Mono
Disables the test endpoint for the service.
Returns:
enableTestEndpoint
public abstract TestKeys enableTestEndpoint()
Enables the test endpoint for the service.
Returns:
enableTestEndpointAsync
public abstract Mono
Enables the test endpoint for the service.
Returns:
getDefaultConfigurationService
public abstract SpringConfigurationService getDefaultConfigurationService()
Gets default Configuration Service for Enterprise Tier.
Returns:
getDefaultServiceRegistry
public abstract SpringServiceRegistry getDefaultServiceRegistry()
Gets default Service Registry for Enterprise Tier.
Returns:
getMonitoringSetting
public abstract MonitoringSettingProperties getMonitoringSetting()
Gets the Monitoring Setting properties of the service.
Returns:
getMonitoringSettingAsync
public abstract Mono
Gets the Monitoring Setting properties of the service.
Returns:
getServerProperties
public abstract ConfigServerProperties getServerProperties()
Gets the server properties of the service.
Returns:
getServerPropertiesAsync
public abstract Mono
Gets the server properties of the service.
Returns:
listTestKeys
public abstract TestKeys listTestKeys()
Lists test keys for the service.
Returns:
listTestKeysAsync
public abstract Mono
Lists test keys for the service.
Returns:
regenerateTestKeys
public abstract TestKeys regenerateTestKeys(TestKeyType keyType)
Regenerates a test key for the Service.
Parameters:
Returns:
regenerateTestKeysAsync
public abstract Mono
Regenerates a test key for the Service.
Parameters:
Returns:
sku
public abstract Sku sku()
Gets the Sku of the service.
Returns: