Uses of Class
com.azure.resourcemanager.compute.fluent.models.OSFamilyInner
-
Packages that use OSFamilyInner 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 OSFamilyInner in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent that return OSFamilyInner Modifier and Type Method Description OSFamilyInnerCloudServiceOperatingSystemsClient. getOSFamily(String location, String osFamilyName)Gets properties of a guest operating system family 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 OSFamilyInner Modifier and Type Method Description Mono<OSFamilyInner>CloudServiceOperatingSystemsClient. getOSFamilyAsync(String location, String osFamilyName)Gets properties of a guest operating system family that can be specified in the XML service configuration (.cscfg) for a cloud service.com.azure.core.http.rest.Response<OSFamilyInner>CloudServiceOperatingSystemsClient. getOSFamilyWithResponse(String location, String osFamilyName, com.azure.core.util.Context context)Gets properties of a guest operating system family that can be specified in the XML service configuration (.cscfg) for a cloud service.Mono<com.azure.core.http.rest.Response<OSFamilyInner>>CloudServiceOperatingSystemsClient. getOSFamilyWithResponseAsync(String location, String osFamilyName)Gets properties of a guest operating system family that can be specified in the XML service configuration (.cscfg) for a cloud service.com.azure.core.http.rest.PagedIterable<OSFamilyInner>CloudServiceOperatingSystemsClient. listOSFamilies(String location)Gets a list of all guest operating system families available to be specified in the XML service configuration (.cscfg) for a cloud service.com.azure.core.http.rest.PagedIterable<OSFamilyInner>CloudServiceOperatingSystemsClient. listOSFamilies(String location, com.azure.core.util.Context context)Gets a list of all guest operating system families available to be specified in the XML service configuration (.cscfg) for a cloud service.com.azure.core.http.rest.PagedFlux<OSFamilyInner>CloudServiceOperatingSystemsClient. listOSFamiliesAsync(String location)Gets a list of all guest operating system families available to be specified in the XML service configuration (.cscfg) for a cloud service. -
Uses of OSFamilyInner in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return OSFamilyInner Modifier and Type Method Description OSFamilyInnerOSFamilyInner. withProperties(OSFamilyProperties properties)Set the properties property: OS family properties. -
Uses of OSFamilyInner in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return types with arguments of type OSFamilyInner Modifier and Type Method Description List<OSFamilyInner>OSFamilyListResult. value()Get the value property: The value property.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type OSFamilyInner Modifier and Type Method Description OSFamilyListResultOSFamilyListResult. withValue(List<OSFamilyInner> value)Set the value property: The value property.
-