Uses of Class
com.azure.resourcemanager.compute.fluent.models.OSVersionInner
Packages that use OSVersionInner
Package
Description
Package containing the service clients for ComputeManagementClient.
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of OSVersionInner in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent that return OSVersionInnerModifier and TypeMethodDescriptionCloudServiceOperatingSystemsClient.getOSVersion(String location, String osVersionName) Gets properties of a guest operating system version that can be specified in the XML service configuration (.cscfg) for a cloud service.Methods in com.azure.resourcemanager.compute.fluent that return types with arguments of type OSVersionInnerModifier and TypeMethodDescriptionCloudServiceOperatingSystemsClient.getOSVersionAsync(String location, String osVersionName) Gets properties of a guest operating system version that can be specified in the XML service configuration (.cscfg) for a cloud service.com.azure.core.http.rest.Response<OSVersionInner> CloudServiceOperatingSystemsClient.getOSVersionWithResponse(String location, String osVersionName, com.azure.core.util.Context context) Gets properties of a guest operating system version that can be specified in the XML service configuration (.cscfg) for a cloud service.Mono<com.azure.core.http.rest.Response<OSVersionInner>> CloudServiceOperatingSystemsClient.getOSVersionWithResponseAsync(String location, String osVersionName) Gets properties of a guest operating system version that can be specified in the XML service configuration (.cscfg) for a cloud service.com.azure.core.http.rest.PagedIterable<OSVersionInner> CloudServiceOperatingSystemsClient.listOSVersions(String location) Gets a list of all guest operating system versions available to be specified in the XML service configuration (.cscfg) for a cloud service.com.azure.core.http.rest.PagedIterable<OSVersionInner> CloudServiceOperatingSystemsClient.listOSVersions(String location, com.azure.core.util.Context context) Gets a list of all guest operating system versions available to be specified in the XML service configuration (.cscfg) for a cloud service.com.azure.core.http.rest.PagedFlux<OSVersionInner> CloudServiceOperatingSystemsClient.listOSVersionsAsync(String location) Gets a list of all guest operating system versions available to be specified in the XML service configuration (.cscfg) for a cloud service. -
Uses of OSVersionInner in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return OSVersionInnerModifier and TypeMethodDescriptionstatic OSVersionInnerOSVersionInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of OSVersionInner from the JsonReader.OSVersionInner.withProperties(OSVersionProperties properties) Set the properties property: OS version properties. -
Uses of OSVersionInner in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return types with arguments of type OSVersionInnerModifier and TypeMethodDescriptionOSVersionListResult.value()Get the value property: The list of resources.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type OSVersionInnerModifier and TypeMethodDescriptionOSVersionListResult.withValue(List<OSVersionInner> value) Set the value property: The list of resources.