Uses of Class
com.azure.resourcemanager.compute.fluent.models.ResourceSkuInner
-
Packages that use ResourceSkuInner Package Description com.azure.resourcemanager.compute.fluent Package containing the service clients for ComputeManagementClient.com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of ResourceSkuInner in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent that return types with arguments of type ResourceSkuInner Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<ResourceSkuInner>ResourceSkusClient. list()Gets the list of Microsoft.Compute SKUs available for your Subscription.com.azure.core.http.rest.PagedIterable<ResourceSkuInner>ResourceSkusClient. list(String filter, String includeExtendedLocations, com.azure.core.util.Context context)Gets the list of Microsoft.Compute SKUs available for your Subscription.com.azure.core.http.rest.PagedFlux<ResourceSkuInner>ResourceSkusClient. listAsync()Gets the list of Microsoft.Compute SKUs available for your Subscription.com.azure.core.http.rest.PagedFlux<ResourceSkuInner>ResourceSkusClient. listAsync(String filter, String includeExtendedLocations)Gets the list of Microsoft.Compute SKUs available for your Subscription. -
Uses of ResourceSkuInner in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return types with arguments of type ResourceSkuInner Modifier and Type Method Description List<ResourceSkuInner>ResourceSkusResult. value()Get the value property: The list of skus available for the subscription.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type ResourceSkuInner Modifier and Type Method Description ResourceSkusResultResourceSkusResult. withValue(List<ResourceSkuInner> value)Set the value property: The list of skus available for the subscription.
-