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
Method Details
apps
public abstract SpringApps apps()
Returns:
certificates
public abstract SpringServiceCertificates certificates()
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()
Returns:
getDefaultServiceRegistry
public abstract SpringServiceRegistry getDefaultServiceRegistry()
Returns:
getMonitoringSetting
public abstract MonitoringSettingProperties getMonitoringSetting()
Returns:
getMonitoringSettingAsync
public abstract Mono
Returns:
getServerProperties
public abstract ConfigServerProperties getServerProperties()
Returns:
getServerPropertiesAsync
public abstract Mono
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()
Returns:
Applies to
Azure SDK for Java