azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.e...

45 строки
3.1 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.elasticsan.models.Skus"
fullName: "com.azure.resourcemanager.elasticsan.models.Skus"
name: "Skus"
nameWithType: "Skus"
summary: "Resource collection API of Skus."
syntax: "public interface **Skus**"
methods:
- uid: "com.azure.resourcemanager.elasticsan.models.Skus.list()"
fullName: "com.azure.resourcemanager.elasticsan.models.Skus.list()"
name: "list()"
nameWithType: "Skus.list()"
summary: "List all the available Skus in the region and information related to them."
modifiers:
- "abstract"
syntax: "public abstract PagedIterable<SkuInformation> list()"
desc: "List all the available Skus in the region and information related to them."
returns:
description: "list of SKU Information objects as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.elasticsan.models.SkuInformation?alt=com.azure.resourcemanager.elasticsan.models.SkuInformation&text=SkuInformation\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.elasticsan.models.Skus.list(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.elasticsan.models.Skus.list(String filter, Context context)"
name: "list(String filter, Context context)"
nameWithType: "Skus.list(String filter, Context context)"
summary: "List all the available Skus in the region and information related to them."
modifiers:
- "abstract"
parameters:
- description: "Specify $filter='location eq &lt;location&gt;' to filter on location."
name: "filter"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<SkuInformation> list(String filter, Context context)"
desc: "List all the available Skus in the region and information related to them."
returns:
description: "list of SKU Information objects as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.elasticsan.models.SkuInformation?alt=com.azure.resourcemanager.elasticsan.models.SkuInformation&text=SkuInformation\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Resource collection API of Skus."
metadata: {}
package: "com.azure.resourcemanager.elasticsan.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-elasticsan:1.1.0