共用方式為


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 SpringApps apps()

Gets the entry point of the spring app.

abstract SpringServiceCertificates 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 TestKeys enableTestEndpoint()

Enables the test endpoint for the service.

abstract Mono<TestKeys> enableTestEndpointAsync()

Enables the test endpoint for the service.

abstract SpringConfigurationService getDefaultConfigurationService()

Gets default Configuration Service for Enterprise Tier.

abstract SpringServiceRegistry getDefaultServiceRegistry()

Gets default Service Registry for Enterprise Tier.

abstract MonitoringSettingProperties getMonitoringSetting()

Gets the Monitoring Setting properties of the service.

abstract Mono<MonitoringSettingProperties> getMonitoringSettingAsync()

Gets the Monitoring Setting properties of the service.

abstract ConfigServerProperties getServerProperties()

Gets the server properties of the service.

abstract Mono<ConfigServerProperties> getServerPropertiesAsync()

Gets the server properties of the service.

abstract TestKeys listTestKeys()

Lists test keys for the service.

abstract Mono<TestKeys> listTestKeysAsync()

Lists test keys for the service.

abstract TestKeys regenerateTestKeys(TestKeyType keyType)

Regenerates a test key for the Service.

abstract Mono<TestKeys> 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:

the entry point of the spring app

certificates

public abstract SpringServiceCertificates certificates()

Gets the entry point of the spring service certificate.

Returns:

the entry point of the spring service certificate

disableTestEndpoint

public abstract void disableTestEndpoint()

Disables the test endpoint for the service.

disableTestEndpointAsync

public abstract Mono disableTestEndpointAsync()

Disables the test endpoint for the service.

Returns:

null

enableTestEndpoint

public abstract TestKeys enableTestEndpoint()

Enables the test endpoint for the service.

Returns:

all test keys

enableTestEndpointAsync

public abstract Mono enableTestEndpointAsync()

Enables the test endpoint for the service.

Returns:

all test keys

getDefaultConfigurationService

public abstract SpringConfigurationService getDefaultConfigurationService()

Gets default Configuration Service for Enterprise Tier.

Returns:

default Configuration Service for Enterprise Tier

getDefaultServiceRegistry

public abstract SpringServiceRegistry getDefaultServiceRegistry()

Gets default Service Registry for Enterprise Tier.

Returns:

default Service Registry for Enterprise Tier

getMonitoringSetting

public abstract MonitoringSettingProperties getMonitoringSetting()

Gets the Monitoring Setting properties of the service.

Returns:

Monitoring Setting properties of the service

getMonitoringSettingAsync

public abstract Mono getMonitoringSettingAsync()

Gets the Monitoring Setting properties of the service.

Returns:

Monitoring Setting properties of the service

getServerProperties

public abstract ConfigServerProperties getServerProperties()

Gets the server properties of the service.

Returns:

server properties of the service

getServerPropertiesAsync

public abstract Mono getServerPropertiesAsync()

Gets the server properties of the service.

Returns:

server properties of the service

listTestKeys

public abstract TestKeys listTestKeys()

Lists test keys for the service.

Returns:

all test keys

listTestKeysAsync

public abstract Mono listTestKeysAsync()

Lists test keys for the service.

Returns:

all test keys

regenerateTestKeys

public abstract TestKeys regenerateTestKeys(TestKeyType keyType)

Regenerates a test key for the Service.

Parameters:

keyType - the type of the regenerated key

Returns:

all test keys

regenerateTestKeysAsync

public abstract Mono regenerateTestKeysAsync(TestKeyType keyType)

Regenerates a test key for the Service.

Parameters:

keyType - the type of the regenerated key

Returns:

all test keys

sku

public abstract Sku sku()

Gets the Sku of the service.

Returns:

Sku of the service

Applies to