| Package | Description |
|---|---|
| com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static ComputeResourceType |
ComputeResourceType.AVAILABILITYSETS
Static value availabilitySets for ComputeResourceType.
|
static ComputeResourceType |
ComputeResourceType.DISKS
Static value disks for ComputeResourceType.
|
static ComputeResourceType |
ComputeResourceType.SNAPSHOTS
Static value snapshots for ComputeResourceType.
|
static ComputeResourceType |
ComputeResourceType.VIRTUALMACHINES
Static value virtualMachines for ComputeResourceType.
|
| Modifier and Type | Method and Description |
|---|---|
static ComputeResourceType |
ComputeResourceType.fromString(String str)
Finds or creates compute resource type based on the specified string.
|
ComputeResourceType |
ComputeSku.resourceType() |
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.http.rest.PagedIterable<ComputeSku> |
ComputeSkus.listByRegionAndResourceType(com.azure.core.management.Region region,
ComputeResourceType resourceType)
Lists all the skus with the specified resource type in the given region.
|
com.azure.core.http.rest.PagedFlux<ComputeSku> |
ComputeSkus.listByRegionAndResourceTypeAsync(com.azure.core.management.Region region,
ComputeResourceType resourceType)
Lists all the skus with the specified resource type in the given region.
|
com.azure.core.http.rest.PagedIterable<ComputeSku> |
ComputeSkus.listByResourceType(ComputeResourceType resourceType)
Lists all the skus with the specified resource type.
|
com.azure.core.http.rest.PagedFlux<ComputeSku> |
ComputeSkus.listByResourceTypeAsync(ComputeResourceType resourceType)
Lists all the skus with the specified resource type.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.