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

67 строки
5.2 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.devtestlabs.fluent.GalleryImagesClient"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.GalleryImagesClient"
name: "GalleryImagesClient"
nameWithType: "GalleryImagesClient"
summary: "An instance of this class provides access to all the operations defined in Gallery<wbr>Images<wbr>Client."
syntax: "public interface **GalleryImagesClient**"
methods:
- uid: "com.azure.resourcemanager.devtestlabs.fluent.GalleryImagesClient.list(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.GalleryImagesClient.list(String resourceGroupName, String labName)"
name: "list(String resourceGroupName, String labName)"
nameWithType: "GalleryImagesClient.list(String resourceGroupName, String labName)"
summary: "List gallery images in a given lab."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the lab."
name: "labName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<GalleryImageInner> list(String resourceGroupName, String labName)"
desc: "List gallery images in a given lab."
returns:
description: "the response of a list operation 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.devtestlabs.fluent.models.GalleryImageInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.GalleryImageInner&text=GalleryImageInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.GalleryImagesClient.list(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.GalleryImagesClient.list(String resourceGroupName, String labName, String expand, String filter, Integer top, String orderby, Context context)"
name: "list(String resourceGroupName, String labName, String expand, String filter, Integer top, String orderby, Context context)"
nameWithType: "GalleryImagesClient.list(String resourceGroupName, String labName, String expand, String filter, Integer top, String orderby, Context context)"
summary: "List gallery images in a given lab."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the lab."
name: "labName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Specify the $expand query. Example: 'properties($select=author)'."
name: "expand"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The filter to apply to the operation. Example: '$filter=contains(name,'myName')."
name: "filter"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The maximum number of resources to return from the operation. Example: '$top=10'."
name: "top"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- description: "The ordering expression for the results, using OData notation. Example: '$orderby=name desc'."
name: "orderby"
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<GalleryImageInner> list(String resourceGroupName, String labName, String expand, String filter, Integer top, String orderby, Context context)"
desc: "List gallery images in a given lab."
returns:
description: "the response of a list operation 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.devtestlabs.fluent.models.GalleryImageInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.GalleryImageInner&text=GalleryImageInner\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "An instance of this class provides access to all the operations defined in GalleryImagesClient."
metadata: {}
package: "com.azure.resourcemanager.devtestlabs.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-devtestlabs:1.0.0