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

533 строки
41 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.sphere.models.Catalogs"
fullName: "com.azure.resourcemanager.sphere.models.Catalogs"
name: "Catalogs"
nameWithType: "Catalogs"
summary: "Resource collection API of Catalogs."
syntax: "public interface **Catalogs**"
methods:
- uid: "com.azure.resourcemanager.sphere.models.Catalogs.countDevices(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.sphere.models.Catalogs.countDevices(String resourceGroupName, String catalogName)"
name: "countDevices(String resourceGroupName, String catalogName)"
nameWithType: "Catalogs.countDevices(String resourceGroupName, String catalogName)"
summary: "Counts devices in catalog."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of catalog."
name: "catalogName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract CountDevicesResponse countDevices(String resourceGroupName, String catalogName)"
desc: "Counts devices in catalog."
returns:
description: "response to the action call for count devices in a catalog."
type: "<xref href=\"com.azure.resourcemanager.sphere.models.CountDevicesResponse?alt=com.azure.resourcemanager.sphere.models.CountDevicesResponse&text=CountDevicesResponse\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sphere.models.Catalogs.countDevicesWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.sphere.models.Catalogs.countDevicesWithResponse(String resourceGroupName, String catalogName, Context context)"
name: "countDevicesWithResponse(String resourceGroupName, String catalogName, Context context)"
nameWithType: "Catalogs.countDevicesWithResponse(String resourceGroupName, String catalogName, Context context)"
summary: "Counts devices in catalog."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of catalog."
name: "catalogName"
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 Response<CountDevicesResponse> countDevicesWithResponse(String resourceGroupName, String catalogName, Context context)"
desc: "Counts devices in catalog."
returns:
description: "response to the action call for count devices in a catalog along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.sphere.models.CountDevicesResponse?alt=com.azure.resourcemanager.sphere.models.CountDevicesResponse&text=CountDevicesResponse\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.sphere.models.Catalogs.define(java.lang.String)"
fullName: "com.azure.resourcemanager.sphere.models.Catalogs.define(String name)"
name: "define(String name)"
nameWithType: "Catalogs.define(String name)"
summary: "Begins definition for a new Catalog resource."
modifiers:
- "abstract"
parameters:
- description: "resource name."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Catalog.DefinitionStages.Blank define(String name)"
desc: "Begins definition for a new Catalog resource."
returns:
description: "the first stage of the new Catalog definition."
type: "<xref href=\"com.azure.resourcemanager.sphere.models.Catalog.DefinitionStages.Blank?alt=com.azure.resourcemanager.sphere.models.Catalog.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sphere.models.Catalogs.delete(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.sphere.models.Catalogs.delete(String resourceGroupName, String catalogName, Context context)"
name: "delete(String resourceGroupName, String catalogName, Context context)"
nameWithType: "Catalogs.delete(String resourceGroupName, String catalogName, Context context)"
summary: "Delete a Catalog."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of catalog."
name: "catalogName"
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 void delete(String resourceGroupName, String catalogName, Context context)"
desc: "Delete a Catalog."
- uid: "com.azure.resourcemanager.sphere.models.Catalogs.deleteById(java.lang.String)"
fullName: "com.azure.resourcemanager.sphere.models.Catalogs.deleteById(String id)"
name: "deleteById(String id)"
nameWithType: "Catalogs.deleteById(String id)"
summary: "Delete a Catalog."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void deleteById(String id)"
desc: "Delete a Catalog."
- uid: "com.azure.resourcemanager.sphere.models.Catalogs.deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.sphere.models.Catalogs.deleteByIdWithResponse(String id, Context context)"
name: "deleteByIdWithResponse(String id, Context context)"
nameWithType: "Catalogs.deleteByIdWithResponse(String id, Context context)"
summary: "Delete a Catalog."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
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 void deleteByIdWithResponse(String id, Context context)"
desc: "Delete a Catalog."
- uid: "com.azure.resourcemanager.sphere.models.Catalogs.deleteByResourceGroup(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.sphere.models.Catalogs.deleteByResourceGroup(String resourceGroupName, String catalogName)"
name: "deleteByResourceGroup(String resourceGroupName, String catalogName)"
nameWithType: "Catalogs.deleteByResourceGroup(String resourceGroupName, String catalogName)"
summary: "Delete a Catalog."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of catalog."
name: "catalogName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void deleteByResourceGroup(String resourceGroupName, String catalogName)"
desc: "Delete a Catalog."
- uid: "com.azure.resourcemanager.sphere.models.Catalogs.getById(java.lang.String)"
fullName: "com.azure.resourcemanager.sphere.models.Catalogs.getById(String id)"
name: "getById(String id)"
nameWithType: "Catalogs.getById(String id)"
summary: "Get a Catalog."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Catalog getById(String id)"
desc: "Get a Catalog."
returns:
description: "a Catalog along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.resourcemanager.sphere.models.Catalog?alt=com.azure.resourcemanager.sphere.models.Catalog&text=Catalog\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sphere.models.Catalogs.getByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.sphere.models.Catalogs.getByIdWithResponse(String id, Context context)"
name: "getByIdWithResponse(String id, Context context)"
nameWithType: "Catalogs.getByIdWithResponse(String id, Context context)"
summary: "Get a Catalog."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
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 Response<Catalog> getByIdWithResponse(String id, Context context)"
desc: "Get a Catalog."
returns:
description: "a Catalog along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.sphere.models.Catalog?alt=com.azure.resourcemanager.sphere.models.Catalog&text=Catalog\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.sphere.models.Catalogs.getByResourceGroup(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.sphere.models.Catalogs.getByResourceGroup(String resourceGroupName, String catalogName)"
name: "getByResourceGroup(String resourceGroupName, String catalogName)"
nameWithType: "Catalogs.getByResourceGroup(String resourceGroupName, String catalogName)"
summary: "Get a Catalog."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of catalog."
name: "catalogName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Catalog getByResourceGroup(String resourceGroupName, String catalogName)"
desc: "Get a Catalog."
returns:
description: "a Catalog."
type: "<xref href=\"com.azure.resourcemanager.sphere.models.Catalog?alt=com.azure.resourcemanager.sphere.models.Catalog&text=Catalog\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sphere.models.Catalogs.getByResourceGroupWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.sphere.models.Catalogs.getByResourceGroupWithResponse(String resourceGroupName, String catalogName, Context context)"
name: "getByResourceGroupWithResponse(String resourceGroupName, String catalogName, Context context)"
nameWithType: "Catalogs.getByResourceGroupWithResponse(String resourceGroupName, String catalogName, Context context)"
summary: "Get a Catalog."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of catalog."
name: "catalogName"
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 Response<Catalog> getByResourceGroupWithResponse(String resourceGroupName, String catalogName, Context context)"
desc: "Get a Catalog."
returns:
description: "a Catalog along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.sphere.models.Catalog?alt=com.azure.resourcemanager.sphere.models.Catalog&text=Catalog\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.sphere.models.Catalogs.list()"
fullName: "com.azure.resourcemanager.sphere.models.Catalogs.list()"
name: "list()"
nameWithType: "Catalogs.list()"
summary: "List Catalog resources by subscription ID."
modifiers:
- "abstract"
syntax: "public abstract PagedIterable<Catalog> list()"
desc: "List Catalog resources by subscription ID."
returns:
description: "the response of a Catalog 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.sphere.models.Catalog?alt=com.azure.resourcemanager.sphere.models.Catalog&text=Catalog\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.sphere.models.Catalogs.list(com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.sphere.models.Catalogs.list(Context context)"
name: "list(Context context)"
nameWithType: "Catalogs.list(Context context)"
summary: "List Catalog resources by subscription ID."
modifiers:
- "abstract"
parameters:
- 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<Catalog> list(Context context)"
desc: "List Catalog resources by subscription ID."
returns:
description: "the response of a Catalog 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.sphere.models.Catalog?alt=com.azure.resourcemanager.sphere.models.Catalog&text=Catalog\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.sphere.models.Catalogs.listByResourceGroup(java.lang.String)"
fullName: "com.azure.resourcemanager.sphere.models.Catalogs.listByResourceGroup(String resourceGroupName)"
name: "listByResourceGroup(String resourceGroupName)"
nameWithType: "Catalogs.listByResourceGroup(String resourceGroupName)"
summary: "List Catalog resources by resource group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<Catalog> listByResourceGroup(String resourceGroupName)"
desc: "List Catalog resources by resource group."
returns:
description: "the response of a Catalog 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.sphere.models.Catalog?alt=com.azure.resourcemanager.sphere.models.Catalog&text=Catalog\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.sphere.models.Catalogs.listByResourceGroup(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.sphere.models.Catalogs.listByResourceGroup(String resourceGroupName, Context context)"
name: "listByResourceGroup(String resourceGroupName, Context context)"
nameWithType: "Catalogs.listByResourceGroup(String resourceGroupName, Context context)"
summary: "List Catalog resources by resource group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
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<Catalog> listByResourceGroup(String resourceGroupName, Context context)"
desc: "List Catalog resources by resource group."
returns:
description: "the response of a Catalog 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.sphere.models.Catalog?alt=com.azure.resourcemanager.sphere.models.Catalog&text=Catalog\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.sphere.models.Catalogs.listDeployments(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.sphere.models.Catalogs.listDeployments(String resourceGroupName, String catalogName)"
name: "listDeployments(String resourceGroupName, String catalogName)"
nameWithType: "Catalogs.listDeployments(String resourceGroupName, String catalogName)"
summary: "Lists deployments for catalog."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of catalog."
name: "catalogName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<Deployment> listDeployments(String resourceGroupName, String catalogName)"
desc: "Lists deployments for catalog."
returns:
description: "the response of a Deployment 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.sphere.models.Deployment?alt=com.azure.resourcemanager.sphere.models.Deployment&text=Deployment\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.sphere.models.Catalogs.listDeployments(java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.Integer,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.sphere.models.Catalogs.listDeployments(String resourceGroupName, String catalogName, String filter, Integer top, Integer skip, Integer maxpagesize, Context context)"
name: "listDeployments(String resourceGroupName, String catalogName, String filter, Integer top, Integer skip, Integer maxpagesize, Context context)"
nameWithType: "Catalogs.listDeployments(String resourceGroupName, String catalogName, String filter, Integer top, Integer skip, Integer maxpagesize, Context context)"
summary: "Lists deployments for catalog."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of catalog."
name: "catalogName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Filter the result list using the given expression."
name: "filter"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The number of result items to return."
name: "top"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- description: "The number of result items to skip."
name: "skip"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- description: "The maximum number of result items per page."
name: "maxpagesize"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</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<Deployment> listDeployments(String resourceGroupName, String catalogName, String filter, Integer top, Integer skip, Integer maxpagesize, Context context)"
desc: "Lists deployments for catalog."
returns:
description: "the response of a Deployment 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.sphere.models.Deployment?alt=com.azure.resourcemanager.sphere.models.Deployment&text=Deployment\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.sphere.models.Catalogs.listDeviceGroups(java.lang.String,java.lang.String,com.azure.resourcemanager.sphere.models.ListDeviceGroupsRequest)"
fullName: "com.azure.resourcemanager.sphere.models.Catalogs.listDeviceGroups(String resourceGroupName, String catalogName, ListDeviceGroupsRequest listDeviceGroupsRequest)"
name: "listDeviceGroups(String resourceGroupName, String catalogName, ListDeviceGroupsRequest listDeviceGroupsRequest)"
nameWithType: "Catalogs.listDeviceGroups(String resourceGroupName, String catalogName, ListDeviceGroupsRequest listDeviceGroupsRequest)"
summary: "List the device groups for the catalog."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of catalog."
name: "catalogName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "List device groups for catalog."
name: "listDeviceGroupsRequest"
type: "<xref href=\"com.azure.resourcemanager.sphere.models.ListDeviceGroupsRequest?alt=com.azure.resourcemanager.sphere.models.ListDeviceGroupsRequest&text=ListDeviceGroupsRequest\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<DeviceGroup> listDeviceGroups(String resourceGroupName, String catalogName, ListDeviceGroupsRequest listDeviceGroupsRequest)"
desc: "List the device groups for the catalog."
returns:
description: "the response of a DeviceGroup 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.sphere.models.DeviceGroup?alt=com.azure.resourcemanager.sphere.models.DeviceGroup&text=DeviceGroup\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.sphere.models.Catalogs.listDeviceGroups(java.lang.String,java.lang.String,com.azure.resourcemanager.sphere.models.ListDeviceGroupsRequest,java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.Integer,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.sphere.models.Catalogs.listDeviceGroups(String resourceGroupName, String catalogName, ListDeviceGroupsRequest listDeviceGroupsRequest, String filter, Integer top, Integer skip, Integer maxpagesize, Context context)"
name: "listDeviceGroups(String resourceGroupName, String catalogName, ListDeviceGroupsRequest listDeviceGroupsRequest, String filter, Integer top, Integer skip, Integer maxpagesize, Context context)"
nameWithType: "Catalogs.listDeviceGroups(String resourceGroupName, String catalogName, ListDeviceGroupsRequest listDeviceGroupsRequest, String filter, Integer top, Integer skip, Integer maxpagesize, Context context)"
summary: "List the device groups for the catalog."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of catalog."
name: "catalogName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "List device groups for catalog."
name: "listDeviceGroupsRequest"
type: "<xref href=\"com.azure.resourcemanager.sphere.models.ListDeviceGroupsRequest?alt=com.azure.resourcemanager.sphere.models.ListDeviceGroupsRequest&text=ListDeviceGroupsRequest\" data-throw-if-not-resolved=\"False\" />"
- description: "Filter the result list using the given expression."
name: "filter"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The number of result items to return."
name: "top"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- description: "The number of result items to skip."
name: "skip"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- description: "The maximum number of result items per page."
name: "maxpagesize"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</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<DeviceGroup> listDeviceGroups(String resourceGroupName, String catalogName, ListDeviceGroupsRequest listDeviceGroupsRequest, String filter, Integer top, Integer skip, Integer maxpagesize, Context context)"
desc: "List the device groups for the catalog."
returns:
description: "the response of a DeviceGroup 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.sphere.models.DeviceGroup?alt=com.azure.resourcemanager.sphere.models.DeviceGroup&text=DeviceGroup\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.sphere.models.Catalogs.listDeviceInsights(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.sphere.models.Catalogs.listDeviceInsights(String resourceGroupName, String catalogName)"
name: "listDeviceInsights(String resourceGroupName, String catalogName)"
nameWithType: "Catalogs.listDeviceInsights(String resourceGroupName, String catalogName)"
summary: "Lists device insights for catalog."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of catalog."
name: "catalogName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<DeviceInsight> listDeviceInsights(String resourceGroupName, String catalogName)"
desc: "Lists device insights for catalog."
returns:
description: "paged collection of DeviceInsight items 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.sphere.models.DeviceInsight?alt=com.azure.resourcemanager.sphere.models.DeviceInsight&text=DeviceInsight\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.sphere.models.Catalogs.listDeviceInsights(java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.Integer,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.sphere.models.Catalogs.listDeviceInsights(String resourceGroupName, String catalogName, String filter, Integer top, Integer skip, Integer maxpagesize, Context context)"
name: "listDeviceInsights(String resourceGroupName, String catalogName, String filter, Integer top, Integer skip, Integer maxpagesize, Context context)"
nameWithType: "Catalogs.listDeviceInsights(String resourceGroupName, String catalogName, String filter, Integer top, Integer skip, Integer maxpagesize, Context context)"
summary: "Lists device insights for catalog."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of catalog."
name: "catalogName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Filter the result list using the given expression."
name: "filter"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The number of result items to return."
name: "top"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- description: "The number of result items to skip."
name: "skip"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- description: "The maximum number of result items per page."
name: "maxpagesize"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</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<DeviceInsight> listDeviceInsights(String resourceGroupName, String catalogName, String filter, Integer top, Integer skip, Integer maxpagesize, Context context)"
desc: "Lists device insights for catalog."
returns:
description: "paged collection of DeviceInsight items 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.sphere.models.DeviceInsight?alt=com.azure.resourcemanager.sphere.models.DeviceInsight&text=DeviceInsight\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.sphere.models.Catalogs.listDevices(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.sphere.models.Catalogs.listDevices(String resourceGroupName, String catalogName)"
name: "listDevices(String resourceGroupName, String catalogName)"
nameWithType: "Catalogs.listDevices(String resourceGroupName, String catalogName)"
summary: "Lists devices for catalog."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of catalog."
name: "catalogName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<Device> listDevices(String resourceGroupName, String catalogName)"
desc: "Lists devices for catalog."
returns:
description: "the response of a Device 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.sphere.models.Device?alt=com.azure.resourcemanager.sphere.models.Device&text=Device\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.sphere.models.Catalogs.listDevices(java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.Integer,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.sphere.models.Catalogs.listDevices(String resourceGroupName, String catalogName, String filter, Integer top, Integer skip, Integer maxpagesize, Context context)"
name: "listDevices(String resourceGroupName, String catalogName, String filter, Integer top, Integer skip, Integer maxpagesize, Context context)"
nameWithType: "Catalogs.listDevices(String resourceGroupName, String catalogName, String filter, Integer top, Integer skip, Integer maxpagesize, Context context)"
summary: "Lists devices for catalog."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of catalog."
name: "catalogName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Filter the result list using the given expression."
name: "filter"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The number of result items to return."
name: "top"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- description: "The number of result items to skip."
name: "skip"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- description: "The maximum number of result items per page."
name: "maxpagesize"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</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<Device> listDevices(String resourceGroupName, String catalogName, String filter, Integer top, Integer skip, Integer maxpagesize, Context context)"
desc: "Lists devices for catalog."
returns:
description: "the response of a Device 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.sphere.models.Device?alt=com.azure.resourcemanager.sphere.models.Device&text=Device\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.sphere.models.Catalogs.uploadImage(java.lang.String,java.lang.String,com.azure.resourcemanager.sphere.fluent.models.ImageInner)"
fullName: "com.azure.resourcemanager.sphere.models.Catalogs.uploadImage(String resourceGroupName, String catalogName, ImageInner uploadImageRequest)"
name: "uploadImage(String resourceGroupName, String catalogName, ImageInner uploadImageRequest)"
nameWithType: "Catalogs.uploadImage(String resourceGroupName, String catalogName, ImageInner uploadImageRequest)"
summary: "Creates an image."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of catalog."
name: "catalogName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Image upload request body."
name: "uploadImageRequest"
type: "<xref href=\"com.azure.resourcemanager.sphere.fluent.models.ImageInner?alt=com.azure.resourcemanager.sphere.fluent.models.ImageInner&text=ImageInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void uploadImage(String resourceGroupName, String catalogName, ImageInner uploadImageRequest)"
desc: "Creates an image. Use this action when the image ID is unknown."
- uid: "com.azure.resourcemanager.sphere.models.Catalogs.uploadImage(java.lang.String,java.lang.String,com.azure.resourcemanager.sphere.fluent.models.ImageInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.sphere.models.Catalogs.uploadImage(String resourceGroupName, String catalogName, ImageInner uploadImageRequest, Context context)"
name: "uploadImage(String resourceGroupName, String catalogName, ImageInner uploadImageRequest, Context context)"
nameWithType: "Catalogs.uploadImage(String resourceGroupName, String catalogName, ImageInner uploadImageRequest, Context context)"
summary: "Creates an image."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of catalog."
name: "catalogName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Image upload request body."
name: "uploadImageRequest"
type: "<xref href=\"com.azure.resourcemanager.sphere.fluent.models.ImageInner?alt=com.azure.resourcemanager.sphere.fluent.models.ImageInner&text=ImageInner\" data-throw-if-not-resolved=\"False\" />"
- 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 void uploadImage(String resourceGroupName, String catalogName, ImageInner uploadImageRequest, Context context)"
desc: "Creates an image. Use this action when the image ID is unknown."
type: "interface"
desc: "Resource collection API of Catalogs."
metadata: {}
package: "com.azure.resourcemanager.sphere.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-sphere:1.0.0