Uses of Class
com.azure.resourcemanager.compute.fluent.models.OSVersionInner
-
Packages that use OSVersionInner Package Description com.azure.resourcemanager.compute.fluent Package containing the service clients for ComputeManagementClient.com.azure.resourcemanager.compute.fluent.models Package containing the inner data models for ComputeManagementClient.com.azure.resourcemanager.compute.models 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 OSVersionInner Modifier and Type Method Description OSVersionInnerCloudServiceOperatingSystemsClient. 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 OSVersionInner Modifier and Type Method Description Mono<OSVersionInner>CloudServiceOperatingSystemsClient. 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 OSVersionInner Modifier and Type Method Description OSVersionInnerOSVersionInner. 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 OSVersionInner Modifier and Type Method Description List<OSVersionInner>OSVersionListResult. value()Get the value property: The value property.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type OSVersionInner Modifier and Type Method Description OSVersionListResultOSVersionListResult. withValue(List<OSVersionInner> value)Set the value property: The value property.
-