| 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.
*/