Uses of Class
com.azure.resourcemanager.compute.fluent.models.OSFamilyInner
Packages that use OSFamilyInner
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 OSFamilyInner in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent that return OSFamilyInnerModifier and TypeMethodDescriptionCloudServiceOperatingSystemsClient.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 OSFamilyInnerModifier and TypeMethodDescriptionCloudServiceOperatingSystemsClient.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 OSFamilyInnerModifier and TypeMethodDescriptionOSFamilyInner.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 OSFamilyInnerModifier and TypeMethodDescriptionOSFamilyListResult.value()Get the value property: The list of resources.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type OSFamilyInnerModifier and TypeMethodDescriptionOSFamilyListResult.withValue(List<OSFamilyInner> value) Set the value property: The list of resources.