Uses of Class
com.azure.resourcemanager.appplatform.fluent.models.AvailableRuntimeVersionsInner
-
Packages that use AvailableRuntimeVersionsInner Package Description com.azure.resourcemanager.appplatform.fluent Package containing the service clients for AppPlatformManagementClient. -
-
Uses of AvailableRuntimeVersionsInner in com.azure.resourcemanager.appplatform.fluent
Methods in com.azure.resourcemanager.appplatform.fluent that return AvailableRuntimeVersionsInner Modifier and Type Method Description AvailableRuntimeVersionsInnerRuntimeVersionsClient. listRuntimeVersions()Lists all of the available runtime versions supported by Microsoft.AppPlatform provider.Methods in com.azure.resourcemanager.appplatform.fluent that return types with arguments of type AvailableRuntimeVersionsInner Modifier and Type Method Description Mono<AvailableRuntimeVersionsInner>RuntimeVersionsClient. listRuntimeVersionsAsync()Lists all of the available runtime versions supported by Microsoft.AppPlatform provider.com.azure.core.http.rest.Response<AvailableRuntimeVersionsInner>RuntimeVersionsClient. 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>>RuntimeVersionsClient. listRuntimeVersionsWithResponseAsync()Lists all of the available runtime versions supported by Microsoft.AppPlatform provider.
-