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 AvailableRuntimeVersionsInner listRuntimeVersions()

Lists all of the available runtime versions supported by Microsoft.AppPlatform provider.

abstract Mono<AvailableRuntimeVersionsInner> listRuntimeVersionsAsync()

Lists all of the available runtime versions supported by Microsoft.AppPlatform provider.

abstract Response<AvailableRuntimeVersionsInner> listRuntimeVersionsWithResponse(Context context)

Lists all of the available runtime versions supported by Microsoft.AppPlatform provider.

abstract Mono<Response<AvailableRuntimeVersionsInner>> listRuntimeVersionsWithResponseAsync()

Lists all of the available runtime versions supported by Microsoft.AppPlatform provider.

Method Details

listRuntimeVersions

public abstract AvailableRuntimeVersionsInner listRuntimeVersions()

Lists all of the available runtime versions supported by Microsoft.AppPlatform provider.

Returns:

the response.

listRuntimeVersionsAsync

public abstract Mono listRuntimeVersionsAsync()

Lists all of the available runtime versions supported by Microsoft.AppPlatform provider.

Returns:

the response body on successful completion of Mono.

listRuntimeVersionsWithResponse

public abstract Response listRuntimeVersionsWithResponse(Context context)

Lists all of the available runtime versions supported by Microsoft.AppPlatform provider.

Parameters:

context - The context to associate with this operation.

Returns:

the response body along with Response<T>.

listRuntimeVersionsWithResponseAsync

public abstract Mono> listRuntimeVersionsWithResponseAsync()

Lists all of the available runtime versions supported by Microsoft.AppPlatform provider.

Returns:

the response body along with Response<T> on successful completion of Mono.

Applies to