| 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 |
|---|---|
static Collection<ComputeResourceType> |
ComputeResourceType.values() |
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.azure.PagedList<ComputeSku> |
ComputeSkus.listbyRegionAndResourceType(com.microsoft.azure.management.resources.fluentcore.arm.Region region,
ComputeResourceType resourceType)
Lists all the skus with the specified resource type in the given region.
|
rx.Observable<ComputeSku> |
ComputeSkus.listbyRegionAndResourceTypeAsync(com.microsoft.azure.management.resources.fluentcore.arm.Region region,
ComputeResourceType resourceType)
Lists all the skus with the specified resource type in the given region.
|
com.microsoft.azure.PagedList<ComputeSku> |
ComputeSkus.listByResourceType(ComputeResourceType resourceType)
Lists all the skus with the specified resource type.
|
rx.Observable<ComputeSku> |
ComputeSkus.listByResourceTypeAsync(ComputeResourceType resourceType)
Lists all the skus with the specified resource type.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/