Bagikan melalui


IComputeSkus.ListbyRegionAndResourceType(Region, ComputeResourceType) Method

Definition

Lists all the skus with the specified resource type in the given region.

public System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Compute.Fluent.IComputeSku> ListbyRegionAndResourceType (Microsoft.Azure.Management.ResourceManager.Fluent.Core.Region region, Microsoft.Azure.Management.Compute.Fluent.ComputeResourceType resourceType);
abstract member ListbyRegionAndResourceType : Microsoft.Azure.Management.ResourceManager.Fluent.Core.Region * Microsoft.Azure.Management.Compute.Fluent.ComputeResourceType -> seq<Microsoft.Azure.Management.Compute.Fluent.IComputeSku>
Public Function ListbyRegionAndResourceType (region As Region, resourceType As ComputeResourceType) As IEnumerable(Of IComputeSku)

Parameters

region
Region

The region.

resourceType
ComputeResourceType

The resource type.

Returns

Applies to