45 строки
3.1 KiB
YAML
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\" /><<xref href=\"com.azure.resourcemanager.elasticsan.models.SkuInformation?alt=com.azure.resourcemanager.elasticsan.models.SkuInformation&text=SkuInformation\" data-throw-if-not-resolved=\"False\" />>"
|
|
- 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 <location>' 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\" /><<xref href=\"com.azure.resourcemanager.elasticsan.models.SkuInformation?alt=com.azure.resourcemanager.elasticsan.models.SkuInformation&text=SkuInformation\" data-throw-if-not-resolved=\"False\" />>"
|
|
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
|