Uses of Class
com.azure.resourcemanager.appplatform.fluent.models.SupportedServerVersionInner
Packages that use SupportedServerVersionInner
Package
Description
Package containing the service clients for AppPlatformManagementClient.
Package containing the inner data models for AppPlatformManagementClient.
Package containing the data models for AppPlatformManagementClient.
-
Uses of SupportedServerVersionInner in com.azure.resourcemanager.appplatform.fluent
Methods in com.azure.resourcemanager.appplatform.fluent that return types with arguments of type SupportedServerVersionInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<SupportedServerVersionInner>ServicesClient.listSupportedServerVersions(String resourceGroupName, String serviceName) Lists all of the available server versions supported by Microsoft.AppPlatform provider.com.azure.core.http.rest.PagedIterable<SupportedServerVersionInner>ServicesClient.listSupportedServerVersions(String resourceGroupName, String serviceName, com.azure.core.util.Context context) Lists all of the available server versions supported by Microsoft.AppPlatform provider.com.azure.core.http.rest.PagedFlux<SupportedServerVersionInner>ServicesClient.listSupportedServerVersionsAsync(String resourceGroupName, String serviceName) Lists all of the available server versions supported by Microsoft.AppPlatform provider. -
Uses of SupportedServerVersionInner in com.azure.resourcemanager.appplatform.fluent.models
Methods in com.azure.resourcemanager.appplatform.fluent.models that return SupportedServerVersionInnerModifier and TypeMethodDescriptionSupportedServerVersionInner.withServer(String server) Set the server property: The server name.Set the value property: The raw server version value which could be passed to deployment CRUD operations.SupportedServerVersionInner.withVersion(String version) Set the version property: The Server version. -
Uses of SupportedServerVersionInner in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return types with arguments of type SupportedServerVersionInnerModifier and TypeMethodDescriptionSupportedServerVersions.value()Get the value property: Collection of the supported server versions.Method parameters in com.azure.resourcemanager.appplatform.models with type arguments of type SupportedServerVersionInnerModifier and TypeMethodDescriptionSupportedServerVersions.withValue(List<SupportedServerVersionInner> value) Set the value property: Collection of the supported server versions.