628 строки
57 KiB
YAML
628 строки
57 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.sphere.fluent.DevicesClient"
|
|
fullName: "com.azure.resourcemanager.sphere.fluent.DevicesClient"
|
|
name: "DevicesClient"
|
|
nameWithType: "DevicesClient"
|
|
summary: "An instance of this class provides access to all the operations defined in Devices<wbr>Client."
|
|
syntax: "public interface **DevicesClient**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.sphere.fluent.DevicesClient.beginCreateOrUpdate(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.sphere.fluent.models.DeviceInner)"
|
|
fullName: "com.azure.resourcemanager.sphere.fluent.DevicesClient.beginCreateOrUpdate(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName, DeviceInner resource)"
|
|
name: "beginCreateOrUpdate(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName, DeviceInner resource)"
|
|
nameWithType: "DevicesClient.beginCreateOrUpdate(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName, DeviceInner resource)"
|
|
summary: "Create a Device."
|
|
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: "Name of product."
|
|
name: "productName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of device group."
|
|
name: "deviceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Device name."
|
|
name: "deviceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Resource create parameters."
|
|
name: "resource"
|
|
type: "<xref href=\"com.azure.resourcemanager.sphere.fluent.models.DeviceInner?alt=com.azure.resourcemanager.sphere.fluent.models.DeviceInner&text=DeviceInner\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract SyncPoller<PollResult<DeviceInner>,DeviceInner> beginCreateOrUpdate(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName, DeviceInner resource)"
|
|
desc: "Create a Device. Use '.unassigned' or '.default' for the device group and product names to claim a device to the catalog only."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of an device resource belonging to a device group resource."
|
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.sphere.fluent.models.DeviceInner?alt=com.azure.resourcemanager.sphere.fluent.models.DeviceInner&text=DeviceInner\" data-throw-if-not-resolved=\"False\" />>,<xref href=\"com.azure.resourcemanager.sphere.fluent.models.DeviceInner?alt=com.azure.resourcemanager.sphere.fluent.models.DeviceInner&text=DeviceInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.sphere.fluent.DevicesClient.beginCreateOrUpdate(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.sphere.fluent.models.DeviceInner,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.sphere.fluent.DevicesClient.beginCreateOrUpdate(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName, DeviceInner resource, Context context)"
|
|
name: "beginCreateOrUpdate(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName, DeviceInner resource, Context context)"
|
|
nameWithType: "DevicesClient.beginCreateOrUpdate(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName, DeviceInner resource, Context context)"
|
|
summary: "Create a Device."
|
|
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: "Name of product."
|
|
name: "productName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of device group."
|
|
name: "deviceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Device name."
|
|
name: "deviceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Resource create parameters."
|
|
name: "resource"
|
|
type: "<xref href=\"com.azure.resourcemanager.sphere.fluent.models.DeviceInner?alt=com.azure.resourcemanager.sphere.fluent.models.DeviceInner&text=DeviceInner\" 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 SyncPoller<PollResult<DeviceInner>,DeviceInner> beginCreateOrUpdate(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName, DeviceInner resource, Context context)"
|
|
desc: "Create a Device. Use '.unassigned' or '.default' for the device group and product names to claim a device to the catalog only."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of an device resource belonging to a device group resource."
|
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.sphere.fluent.models.DeviceInner?alt=com.azure.resourcemanager.sphere.fluent.models.DeviceInner&text=DeviceInner\" data-throw-if-not-resolved=\"False\" />>,<xref href=\"com.azure.resourcemanager.sphere.fluent.models.DeviceInner?alt=com.azure.resourcemanager.sphere.fluent.models.DeviceInner&text=DeviceInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.sphere.fluent.DevicesClient.beginDelete(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.sphere.fluent.DevicesClient.beginDelete(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName)"
|
|
name: "beginDelete(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName)"
|
|
nameWithType: "DevicesClient.beginDelete(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName)"
|
|
summary: "Delete a Device."
|
|
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: "Name of product."
|
|
name: "productName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of device group."
|
|
name: "deviceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Device name."
|
|
name: "deviceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName)"
|
|
desc: "Delete a Device."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
|
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.azure.resourcemanager.sphere.fluent.DevicesClient.beginDelete(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.sphere.fluent.DevicesClient.beginDelete(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName, Context context)"
|
|
name: "beginDelete(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName, Context context)"
|
|
nameWithType: "DevicesClient.beginDelete(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName, Context context)"
|
|
summary: "Delete a Device."
|
|
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: "Name of product."
|
|
name: "productName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of device group."
|
|
name: "deviceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Device name."
|
|
name: "deviceName"
|
|
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 SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName, Context context)"
|
|
desc: "Delete a Device."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
|
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.azure.resourcemanager.sphere.fluent.DevicesClient.beginGenerateCapabilityImage(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.sphere.models.GenerateCapabilityImageRequest)"
|
|
fullName: "com.azure.resourcemanager.sphere.fluent.DevicesClient.beginGenerateCapabilityImage(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName, GenerateCapabilityImageRequest generateDeviceCapabilityRequest)"
|
|
name: "beginGenerateCapabilityImage(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName, GenerateCapabilityImageRequest generateDeviceCapabilityRequest)"
|
|
nameWithType: "DevicesClient.beginGenerateCapabilityImage(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName, GenerateCapabilityImageRequest generateDeviceCapabilityRequest)"
|
|
summary: "Generates the capability image for the device."
|
|
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: "Name of product."
|
|
name: "productName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of device group."
|
|
name: "deviceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Device name."
|
|
name: "deviceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Generate capability image request body."
|
|
name: "generateDeviceCapabilityRequest"
|
|
type: "<xref href=\"com.azure.resourcemanager.sphere.models.GenerateCapabilityImageRequest?alt=com.azure.resourcemanager.sphere.models.GenerateCapabilityImageRequest&text=GenerateCapabilityImageRequest\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract SyncPoller<PollResult<SignedCapabilityImageResponseInner>,SignedCapabilityImageResponseInner> beginGenerateCapabilityImage(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName, GenerateCapabilityImageRequest generateDeviceCapabilityRequest)"
|
|
desc: "Generates the capability image for the device. Use '.unassigned' or '.default' for the device group and product names to generate the image for a device that does not belong to a specific device group and product."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of signed device capability image response."
|
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.sphere.fluent.models.SignedCapabilityImageResponseInner?alt=com.azure.resourcemanager.sphere.fluent.models.SignedCapabilityImageResponseInner&text=SignedCapabilityImageResponseInner\" data-throw-if-not-resolved=\"False\" />>,<xref href=\"com.azure.resourcemanager.sphere.fluent.models.SignedCapabilityImageResponseInner?alt=com.azure.resourcemanager.sphere.fluent.models.SignedCapabilityImageResponseInner&text=SignedCapabilityImageResponseInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.sphere.fluent.DevicesClient.beginGenerateCapabilityImage(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.sphere.models.GenerateCapabilityImageRequest,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.sphere.fluent.DevicesClient.beginGenerateCapabilityImage(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName, GenerateCapabilityImageRequest generateDeviceCapabilityRequest, Context context)"
|
|
name: "beginGenerateCapabilityImage(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName, GenerateCapabilityImageRequest generateDeviceCapabilityRequest, Context context)"
|
|
nameWithType: "DevicesClient.beginGenerateCapabilityImage(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName, GenerateCapabilityImageRequest generateDeviceCapabilityRequest, Context context)"
|
|
summary: "Generates the capability image for the device."
|
|
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: "Name of product."
|
|
name: "productName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of device group."
|
|
name: "deviceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Device name."
|
|
name: "deviceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Generate capability image request body."
|
|
name: "generateDeviceCapabilityRequest"
|
|
type: "<xref href=\"com.azure.resourcemanager.sphere.models.GenerateCapabilityImageRequest?alt=com.azure.resourcemanager.sphere.models.GenerateCapabilityImageRequest&text=GenerateCapabilityImageRequest\" 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 SyncPoller<PollResult<SignedCapabilityImageResponseInner>,SignedCapabilityImageResponseInner> beginGenerateCapabilityImage(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName, GenerateCapabilityImageRequest generateDeviceCapabilityRequest, Context context)"
|
|
desc: "Generates the capability image for the device. Use '.unassigned' or '.default' for the device group and product names to generate the image for a device that does not belong to a specific device group and product."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of signed device capability image response."
|
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.sphere.fluent.models.SignedCapabilityImageResponseInner?alt=com.azure.resourcemanager.sphere.fluent.models.SignedCapabilityImageResponseInner&text=SignedCapabilityImageResponseInner\" data-throw-if-not-resolved=\"False\" />>,<xref href=\"com.azure.resourcemanager.sphere.fluent.models.SignedCapabilityImageResponseInner?alt=com.azure.resourcemanager.sphere.fluent.models.SignedCapabilityImageResponseInner&text=SignedCapabilityImageResponseInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.sphere.fluent.DevicesClient.beginUpdate(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.sphere.models.DeviceUpdate)"
|
|
fullName: "com.azure.resourcemanager.sphere.fluent.DevicesClient.beginUpdate(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName, DeviceUpdate properties)"
|
|
name: "beginUpdate(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName, DeviceUpdate properties)"
|
|
nameWithType: "DevicesClient.beginUpdate(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName, DeviceUpdate properties)"
|
|
summary: "Update a Device."
|
|
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: "Name of product."
|
|
name: "productName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of device group."
|
|
name: "deviceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Device name."
|
|
name: "deviceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The resource properties to be updated."
|
|
name: "properties"
|
|
type: "<xref href=\"com.azure.resourcemanager.sphere.models.DeviceUpdate?alt=com.azure.resourcemanager.sphere.models.DeviceUpdate&text=DeviceUpdate\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract SyncPoller<PollResult<DeviceInner>,DeviceInner> beginUpdate(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName, DeviceUpdate properties)"
|
|
desc: "Update a Device. Use '.unassigned' or '.default' for the device group and product names to move a device to the catalog level."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of an device resource belonging to a device group resource."
|
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.sphere.fluent.models.DeviceInner?alt=com.azure.resourcemanager.sphere.fluent.models.DeviceInner&text=DeviceInner\" data-throw-if-not-resolved=\"False\" />>,<xref href=\"com.azure.resourcemanager.sphere.fluent.models.DeviceInner?alt=com.azure.resourcemanager.sphere.fluent.models.DeviceInner&text=DeviceInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.sphere.fluent.DevicesClient.beginUpdate(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.sphere.models.DeviceUpdate,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.sphere.fluent.DevicesClient.beginUpdate(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName, DeviceUpdate properties, Context context)"
|
|
name: "beginUpdate(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName, DeviceUpdate properties, Context context)"
|
|
nameWithType: "DevicesClient.beginUpdate(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName, DeviceUpdate properties, Context context)"
|
|
summary: "Update a Device."
|
|
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: "Name of product."
|
|
name: "productName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of device group."
|
|
name: "deviceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Device name."
|
|
name: "deviceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The resource properties to be updated."
|
|
name: "properties"
|
|
type: "<xref href=\"com.azure.resourcemanager.sphere.models.DeviceUpdate?alt=com.azure.resourcemanager.sphere.models.DeviceUpdate&text=DeviceUpdate\" 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 SyncPoller<PollResult<DeviceInner>,DeviceInner> beginUpdate(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName, DeviceUpdate properties, Context context)"
|
|
desc: "Update a Device. Use '.unassigned' or '.default' for the device group and product names to move a device to the catalog level."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of an device resource belonging to a device group resource."
|
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.sphere.fluent.models.DeviceInner?alt=com.azure.resourcemanager.sphere.fluent.models.DeviceInner&text=DeviceInner\" data-throw-if-not-resolved=\"False\" />>,<xref href=\"com.azure.resourcemanager.sphere.fluent.models.DeviceInner?alt=com.azure.resourcemanager.sphere.fluent.models.DeviceInner&text=DeviceInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.sphere.fluent.DevicesClient.createOrUpdate(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.sphere.fluent.models.DeviceInner)"
|
|
fullName: "com.azure.resourcemanager.sphere.fluent.DevicesClient.createOrUpdate(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName, DeviceInner resource)"
|
|
name: "createOrUpdate(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName, DeviceInner resource)"
|
|
nameWithType: "DevicesClient.createOrUpdate(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName, DeviceInner resource)"
|
|
summary: "Create a Device."
|
|
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: "Name of product."
|
|
name: "productName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of device group."
|
|
name: "deviceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Device name."
|
|
name: "deviceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Resource create parameters."
|
|
name: "resource"
|
|
type: "<xref href=\"com.azure.resourcemanager.sphere.fluent.models.DeviceInner?alt=com.azure.resourcemanager.sphere.fluent.models.DeviceInner&text=DeviceInner\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract DeviceInner createOrUpdate(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName, DeviceInner resource)"
|
|
desc: "Create a Device. Use '.unassigned' or '.default' for the device group and product names to claim a device to the catalog only."
|
|
returns:
|
|
description: "an device resource belonging to a device group resource."
|
|
type: "<xref href=\"com.azure.resourcemanager.sphere.fluent.models.DeviceInner?alt=com.azure.resourcemanager.sphere.fluent.models.DeviceInner&text=DeviceInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.sphere.fluent.DevicesClient.createOrUpdate(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.sphere.fluent.models.DeviceInner,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.sphere.fluent.DevicesClient.createOrUpdate(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName, DeviceInner resource, Context context)"
|
|
name: "createOrUpdate(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName, DeviceInner resource, Context context)"
|
|
nameWithType: "DevicesClient.createOrUpdate(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName, DeviceInner resource, Context context)"
|
|
summary: "Create a Device."
|
|
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: "Name of product."
|
|
name: "productName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of device group."
|
|
name: "deviceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Device name."
|
|
name: "deviceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Resource create parameters."
|
|
name: "resource"
|
|
type: "<xref href=\"com.azure.resourcemanager.sphere.fluent.models.DeviceInner?alt=com.azure.resourcemanager.sphere.fluent.models.DeviceInner&text=DeviceInner\" 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 DeviceInner createOrUpdate(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName, DeviceInner resource, Context context)"
|
|
desc: "Create a Device. Use '.unassigned' or '.default' for the device group and product names to claim a device to the catalog only."
|
|
returns:
|
|
description: "an device resource belonging to a device group resource."
|
|
type: "<xref href=\"com.azure.resourcemanager.sphere.fluent.models.DeviceInner?alt=com.azure.resourcemanager.sphere.fluent.models.DeviceInner&text=DeviceInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.sphere.fluent.DevicesClient.delete(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.sphere.fluent.DevicesClient.delete(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName)"
|
|
name: "delete(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName)"
|
|
nameWithType: "DevicesClient.delete(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName)"
|
|
summary: "Delete a Device."
|
|
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: "Name of product."
|
|
name: "productName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of device group."
|
|
name: "deviceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Device name."
|
|
name: "deviceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract void delete(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName)"
|
|
desc: "Delete a Device."
|
|
- uid: "com.azure.resourcemanager.sphere.fluent.DevicesClient.delete(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.sphere.fluent.DevicesClient.delete(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName, Context context)"
|
|
name: "delete(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName, Context context)"
|
|
nameWithType: "DevicesClient.delete(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName, Context context)"
|
|
summary: "Delete a Device."
|
|
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: "Name of product."
|
|
name: "productName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of device group."
|
|
name: "deviceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Device name."
|
|
name: "deviceName"
|
|
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, String productName, String deviceGroupName, String deviceName, Context context)"
|
|
desc: "Delete a Device."
|
|
- uid: "com.azure.resourcemanager.sphere.fluent.DevicesClient.generateCapabilityImage(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.sphere.models.GenerateCapabilityImageRequest)"
|
|
fullName: "com.azure.resourcemanager.sphere.fluent.DevicesClient.generateCapabilityImage(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName, GenerateCapabilityImageRequest generateDeviceCapabilityRequest)"
|
|
name: "generateCapabilityImage(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName, GenerateCapabilityImageRequest generateDeviceCapabilityRequest)"
|
|
nameWithType: "DevicesClient.generateCapabilityImage(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName, GenerateCapabilityImageRequest generateDeviceCapabilityRequest)"
|
|
summary: "Generates the capability image for the device."
|
|
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: "Name of product."
|
|
name: "productName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of device group."
|
|
name: "deviceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Device name."
|
|
name: "deviceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Generate capability image request body."
|
|
name: "generateDeviceCapabilityRequest"
|
|
type: "<xref href=\"com.azure.resourcemanager.sphere.models.GenerateCapabilityImageRequest?alt=com.azure.resourcemanager.sphere.models.GenerateCapabilityImageRequest&text=GenerateCapabilityImageRequest\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract SignedCapabilityImageResponseInner generateCapabilityImage(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName, GenerateCapabilityImageRequest generateDeviceCapabilityRequest)"
|
|
desc: "Generates the capability image for the device. Use '.unassigned' or '.default' for the device group and product names to generate the image for a device that does not belong to a specific device group and product."
|
|
returns:
|
|
description: "signed device capability image response."
|
|
type: "<xref href=\"com.azure.resourcemanager.sphere.fluent.models.SignedCapabilityImageResponseInner?alt=com.azure.resourcemanager.sphere.fluent.models.SignedCapabilityImageResponseInner&text=SignedCapabilityImageResponseInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.sphere.fluent.DevicesClient.generateCapabilityImage(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.sphere.models.GenerateCapabilityImageRequest,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.sphere.fluent.DevicesClient.generateCapabilityImage(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName, GenerateCapabilityImageRequest generateDeviceCapabilityRequest, Context context)"
|
|
name: "generateCapabilityImage(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName, GenerateCapabilityImageRequest generateDeviceCapabilityRequest, Context context)"
|
|
nameWithType: "DevicesClient.generateCapabilityImage(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName, GenerateCapabilityImageRequest generateDeviceCapabilityRequest, Context context)"
|
|
summary: "Generates the capability image for the device."
|
|
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: "Name of product."
|
|
name: "productName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of device group."
|
|
name: "deviceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Device name."
|
|
name: "deviceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Generate capability image request body."
|
|
name: "generateDeviceCapabilityRequest"
|
|
type: "<xref href=\"com.azure.resourcemanager.sphere.models.GenerateCapabilityImageRequest?alt=com.azure.resourcemanager.sphere.models.GenerateCapabilityImageRequest&text=GenerateCapabilityImageRequest\" 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 SignedCapabilityImageResponseInner generateCapabilityImage(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName, GenerateCapabilityImageRequest generateDeviceCapabilityRequest, Context context)"
|
|
desc: "Generates the capability image for the device. Use '.unassigned' or '.default' for the device group and product names to generate the image for a device that does not belong to a specific device group and product."
|
|
returns:
|
|
description: "signed device capability image response."
|
|
type: "<xref href=\"com.azure.resourcemanager.sphere.fluent.models.SignedCapabilityImageResponseInner?alt=com.azure.resourcemanager.sphere.fluent.models.SignedCapabilityImageResponseInner&text=SignedCapabilityImageResponseInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.sphere.fluent.DevicesClient.get(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.sphere.fluent.DevicesClient.get(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName)"
|
|
name: "get(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName)"
|
|
nameWithType: "DevicesClient.get(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName)"
|
|
summary: "Get a Device."
|
|
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: "Name of product."
|
|
name: "productName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of device group."
|
|
name: "deviceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Device name."
|
|
name: "deviceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract DeviceInner get(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName)"
|
|
desc: "Get a Device. Use '.unassigned' or '.default' for the device group and product names when a device does not belong to a device group and product."
|
|
returns:
|
|
description: "a Device."
|
|
type: "<xref href=\"com.azure.resourcemanager.sphere.fluent.models.DeviceInner?alt=com.azure.resourcemanager.sphere.fluent.models.DeviceInner&text=DeviceInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.sphere.fluent.DevicesClient.getWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.sphere.fluent.DevicesClient.getWithResponse(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName, Context context)"
|
|
name: "getWithResponse(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName, Context context)"
|
|
nameWithType: "DevicesClient.getWithResponse(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName, Context context)"
|
|
summary: "Get a Device."
|
|
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: "Name of product."
|
|
name: "productName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of device group."
|
|
name: "deviceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Device name."
|
|
name: "deviceName"
|
|
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<DeviceInner> getWithResponse(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName, Context context)"
|
|
desc: "Get a Device. Use '.unassigned' or '.default' for the device group and product names when a device does not belong to a device group and product."
|
|
returns:
|
|
description: "a Device 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\" /><<xref href=\"com.azure.resourcemanager.sphere.fluent.models.DeviceInner?alt=com.azure.resourcemanager.sphere.fluent.models.DeviceInner&text=DeviceInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.sphere.fluent.DevicesClient.listByDeviceGroup(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.sphere.fluent.DevicesClient.listByDeviceGroup(String resourceGroupName, String catalogName, String productName, String deviceGroupName)"
|
|
name: "listByDeviceGroup(String resourceGroupName, String catalogName, String productName, String deviceGroupName)"
|
|
nameWithType: "DevicesClient.listByDeviceGroup(String resourceGroupName, String catalogName, String productName, String deviceGroupName)"
|
|
summary: "List Device resources by Device<wbr>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: "Name of catalog."
|
|
name: "catalogName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of product."
|
|
name: "productName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of device group."
|
|
name: "deviceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PagedIterable<DeviceInner> listByDeviceGroup(String resourceGroupName, String catalogName, String productName, String deviceGroupName)"
|
|
desc: "List Device resources by DeviceGroup. '.default' and '.unassigned' are system defined values and cannot be used for product or device group name."
|
|
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\" /><<xref href=\"com.azure.resourcemanager.sphere.fluent.models.DeviceInner?alt=com.azure.resourcemanager.sphere.fluent.models.DeviceInner&text=DeviceInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.sphere.fluent.DevicesClient.listByDeviceGroup(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.sphere.fluent.DevicesClient.listByDeviceGroup(String resourceGroupName, String catalogName, String productName, String deviceGroupName, Context context)"
|
|
name: "listByDeviceGroup(String resourceGroupName, String catalogName, String productName, String deviceGroupName, Context context)"
|
|
nameWithType: "DevicesClient.listByDeviceGroup(String resourceGroupName, String catalogName, String productName, String deviceGroupName, Context context)"
|
|
summary: "List Device resources by Device<wbr>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: "Name of catalog."
|
|
name: "catalogName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of product."
|
|
name: "productName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of device group."
|
|
name: "deviceGroupName"
|
|
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<DeviceInner> listByDeviceGroup(String resourceGroupName, String catalogName, String productName, String deviceGroupName, Context context)"
|
|
desc: "List Device resources by DeviceGroup. '.default' and '.unassigned' are system defined values and cannot be used for product or device group name."
|
|
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\" /><<xref href=\"com.azure.resourcemanager.sphere.fluent.models.DeviceInner?alt=com.azure.resourcemanager.sphere.fluent.models.DeviceInner&text=DeviceInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.sphere.fluent.DevicesClient.update(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.sphere.models.DeviceUpdate)"
|
|
fullName: "com.azure.resourcemanager.sphere.fluent.DevicesClient.update(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName, DeviceUpdate properties)"
|
|
name: "update(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName, DeviceUpdate properties)"
|
|
nameWithType: "DevicesClient.update(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName, DeviceUpdate properties)"
|
|
summary: "Update a Device."
|
|
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: "Name of product."
|
|
name: "productName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of device group."
|
|
name: "deviceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Device name."
|
|
name: "deviceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The resource properties to be updated."
|
|
name: "properties"
|
|
type: "<xref href=\"com.azure.resourcemanager.sphere.models.DeviceUpdate?alt=com.azure.resourcemanager.sphere.models.DeviceUpdate&text=DeviceUpdate\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract DeviceInner update(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName, DeviceUpdate properties)"
|
|
desc: "Update a Device. Use '.unassigned' or '.default' for the device group and product names to move a device to the catalog level."
|
|
returns:
|
|
description: "an device resource belonging to a device group resource."
|
|
type: "<xref href=\"com.azure.resourcemanager.sphere.fluent.models.DeviceInner?alt=com.azure.resourcemanager.sphere.fluent.models.DeviceInner&text=DeviceInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.sphere.fluent.DevicesClient.update(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.sphere.models.DeviceUpdate,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.sphere.fluent.DevicesClient.update(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName, DeviceUpdate properties, Context context)"
|
|
name: "update(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName, DeviceUpdate properties, Context context)"
|
|
nameWithType: "DevicesClient.update(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName, DeviceUpdate properties, Context context)"
|
|
summary: "Update a Device."
|
|
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: "Name of product."
|
|
name: "productName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of device group."
|
|
name: "deviceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Device name."
|
|
name: "deviceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The resource properties to be updated."
|
|
name: "properties"
|
|
type: "<xref href=\"com.azure.resourcemanager.sphere.models.DeviceUpdate?alt=com.azure.resourcemanager.sphere.models.DeviceUpdate&text=DeviceUpdate\" 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 DeviceInner update(String resourceGroupName, String catalogName, String productName, String deviceGroupName, String deviceName, DeviceUpdate properties, Context context)"
|
|
desc: "Update a Device. Use '.unassigned' or '.default' for the device group and product names to move a device to the catalog level."
|
|
returns:
|
|
description: "an device resource belonging to a device group resource."
|
|
type: "<xref href=\"com.azure.resourcemanager.sphere.fluent.models.DeviceInner?alt=com.azure.resourcemanager.sphere.fluent.models.DeviceInner&text=DeviceInner\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "An instance of this class provides access to all the operations defined in DevicesClient."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.sphere.fluent"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-sphere:1.0.0
|