@Beta(value=V1_5_0) public interface ComputeSkus extends com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<ComputeSku>, com.microsoft.azure.management.resources.fluentcore.collection.SupportsListingByRegion<ComputeSku>, com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.compute.implementation.ResourceSkusInner>, com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager<com.microsoft.azure.management.compute.implementation.ComputeManager>
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.azure.PagedList<ComputeSku> |
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> |
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> |
listByResourceType(ComputeResourceType resourceType)
Lists all the skus with the specified resource type.
|
rx.Observable<ComputeSku> |
listByResourceTypeAsync(ComputeResourceType resourceType)
Lists all the skus with the specified resource type.
|
list, listAsynclistByRegion, listByRegion, listByRegionAsync, listByRegionAsynccom.microsoft.azure.PagedList<ComputeSku> listByResourceType(ComputeResourceType resourceType)
resourceType - the compute resource typerx.Observable<ComputeSku> listByResourceTypeAsync(ComputeResourceType resourceType)
resourceType - the compute resource typecom.microsoft.azure.PagedList<ComputeSku> listbyRegionAndResourceType(com.microsoft.azure.management.resources.fluentcore.arm.Region region, ComputeResourceType resourceType)
region - the regionresourceType - the resource typerx.Observable<ComputeSku> listbyRegionAndResourceTypeAsync(com.microsoft.azure.management.resources.fluentcore.arm.Region region, ComputeResourceType resourceType)
region - the regionresourceType - the resource type/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/