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
Classes in com.azure.resourcemanager.compute.fluent.models that implement interfaces with type arguments of type ResourceSkuInnerModifier and TypeClassDescriptionfinal classDescribes an available Compute SKU.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
Subinterfaces with type arguments of type ResourceSkuInner in com.azure.resourcemanager.compute.modelsModifier and TypeInterfaceDescriptioninterfaceType representing sku for an Azure compute resource.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type ResourceSkuInnerModifier and TypeMethodDescriptionResourceSkusResult.value()Get the value property: The ResourceSku items on this page.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 ResourceSku items on this page.