Uses of Class
com.azure.resourcemanager.compute.fluent.models.ResourceSkuInner
Packages that use ResourceSkuInner
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 ResourceSkuInner in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent that return types with arguments of type ResourceSkuInnerModifier and TypeMethodDescriptioncom.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> Gets the list of Microsoft.Compute SKUs available for your Subscription. -
Uses of ResourceSkuInner in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return ResourceSkuInnerModifier and TypeMethodDescriptionstatic ResourceSkuInnerResourceSkuInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ResourceSkuInner from the JsonReader. -
Uses of ResourceSkuInner in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return types with arguments of type ResourceSkuInnerModifier and TypeMethodDescriptionResourceSkusResult.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 ResourceSkuInnerModifier and TypeMethodDescriptionResourceSkusResult.withValue(List<ResourceSkuInner> value) Set the value property: The list of skus available for the subscription.