RuntimeVersionsClient Interface
public interface RuntimeVersionsClient
An instance of this class provides access to all the operations defined in RuntimeVersionsClient.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Available |
listRuntimeVersions()
Lists all of the available runtime versions supported by Microsoft. |
abstract
Mono<Available |
listRuntimeVersionsAsync()
Lists all of the available runtime versions supported by Microsoft. |
abstract
Response<Available |
listRuntimeVersionsWithResponse(Context context)
Lists all of the available runtime versions supported by Microsoft. |
abstract
Mono<Response<Available |
listRuntimeVersionsWithResponseAsync()
Lists all of the available runtime versions supported by Microsoft. |
Method Details
listRuntimeVersions
public abstract AvailableRuntimeVersionsInner listRuntimeVersions()
Lists all of the available runtime versions supported by Microsoft.AppPlatform provider.
Returns:
listRuntimeVersionsAsync
public abstract Mono
Lists all of the available runtime versions supported by Microsoft.AppPlatform provider.
Returns:
listRuntimeVersionsWithResponse
public abstract Response
Lists all of the available runtime versions supported by Microsoft.AppPlatform provider.
Parameters:
Returns:
listRuntimeVersionsWithResponseAsync
public abstract Mono
Lists all of the available runtime versions supported by Microsoft.AppPlatform provider.
Returns:
Applies to
Azure SDK for Java