Interface RuntimeVersionsClient
public interface RuntimeVersionsClient
An instance of this class provides access to all the operations defined in RuntimeVersionsClient.
-
Method Summary
Modifier and TypeMethodDescriptionLists all of the available runtime versions supported by Microsoft.AppPlatform provider.Lists all of the available runtime versions supported by Microsoft.AppPlatform provider.com.azure.core.http.rest.Response<AvailableRuntimeVersionsInner>listRuntimeVersionsWithResponse(com.azure.core.util.Context context) Lists all of the available runtime versions supported by Microsoft.AppPlatform provider.Mono<com.azure.core.http.rest.Response<AvailableRuntimeVersionsInner>>Lists all of the available runtime versions supported by Microsoft.AppPlatform provider.
-
Method Details
-
listRuntimeVersionsWithResponseAsync
Mono<com.azure.core.http.rest.Response<AvailableRuntimeVersionsInner>> listRuntimeVersionsWithResponseAsync()Lists all of the available runtime versions supported by Microsoft.AppPlatform provider.- Returns:
- the response body along with
Responseon successful completion ofMono. - Throws:
com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
listRuntimeVersionsAsync
Mono<AvailableRuntimeVersionsInner> listRuntimeVersionsAsync()Lists all of the available runtime versions supported by Microsoft.AppPlatform provider.- Returns:
- the response body on successful completion of
Mono. - Throws:
com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
listRuntimeVersions
AvailableRuntimeVersionsInner listRuntimeVersions()Lists all of the available runtime versions supported by Microsoft.AppPlatform provider.- Returns:
- the response.
- Throws:
com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
listRuntimeVersionsWithResponse
com.azure.core.http.rest.Response<AvailableRuntimeVersionsInner> listRuntimeVersionsWithResponse(com.azure.core.util.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. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-