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

173 строки
10 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.sphere.models.Device"
fullName: "com.azure.resourcemanager.sphere.models.Device"
name: "Device"
nameWithType: "Device"
summary: "An immutable client-side representation of Device."
syntax: "public interface **Device**"
methods:
- uid: "com.azure.resourcemanager.sphere.models.Device.generateCapabilityImage(com.azure.resourcemanager.sphere.models.GenerateCapabilityImageRequest)"
fullName: "com.azure.resourcemanager.sphere.models.Device.generateCapabilityImage(GenerateCapabilityImageRequest generateDeviceCapabilityRequest)"
name: "generateCapabilityImage(GenerateCapabilityImageRequest generateDeviceCapabilityRequest)"
nameWithType: "Device.generateCapabilityImage(GenerateCapabilityImageRequest generateDeviceCapabilityRequest)"
summary: "Generates the capability image for the device."
modifiers:
- "abstract"
parameters:
- 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 SignedCapabilityImageResponse generateCapabilityImage(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.models.SignedCapabilityImageResponse?alt=com.azure.resourcemanager.sphere.models.SignedCapabilityImageResponse&text=SignedCapabilityImageResponse\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sphere.models.Device.generateCapabilityImage(com.azure.resourcemanager.sphere.models.GenerateCapabilityImageRequest,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.sphere.models.Device.generateCapabilityImage(GenerateCapabilityImageRequest generateDeviceCapabilityRequest, Context context)"
name: "generateCapabilityImage(GenerateCapabilityImageRequest generateDeviceCapabilityRequest, Context context)"
nameWithType: "Device.generateCapabilityImage(GenerateCapabilityImageRequest generateDeviceCapabilityRequest, Context context)"
summary: "Generates the capability image for the device."
modifiers:
- "abstract"
parameters:
- 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 SignedCapabilityImageResponse generateCapabilityImage(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.models.SignedCapabilityImageResponse?alt=com.azure.resourcemanager.sphere.models.SignedCapabilityImageResponse&text=SignedCapabilityImageResponse\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sphere.models.Device.id()"
fullName: "com.azure.resourcemanager.sphere.models.Device.id()"
name: "id()"
nameWithType: "Device.id()"
summary: "Gets the id property: Fully qualified resource Id for the resource."
modifiers:
- "abstract"
syntax: "public abstract String id()"
desc: "Gets the id property: Fully qualified resource Id for the resource."
returns:
description: "the id value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sphere.models.Device.innerModel()"
fullName: "com.azure.resourcemanager.sphere.models.Device.innerModel()"
name: "innerModel()"
nameWithType: "Device.innerModel()"
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>sphere.<wbr>fluent.<wbr>models.<wbr>Device<wbr>Inner object."
modifiers:
- "abstract"
syntax: "public abstract DeviceInner innerModel()"
desc: "Gets the inner com.azure.resourcemanager.sphere.fluent.models.DeviceInner object."
returns:
description: "the inner object."
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.models.Device.name()"
fullName: "com.azure.resourcemanager.sphere.models.Device.name()"
name: "name()"
nameWithType: "Device.name()"
summary: "Gets the name property: The name of the resource."
modifiers:
- "abstract"
syntax: "public abstract String name()"
desc: "Gets the name property: The name of the resource."
returns:
description: "the name value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sphere.models.Device.properties()"
fullName: "com.azure.resourcemanager.sphere.models.Device.properties()"
name: "properties()"
nameWithType: "Device.properties()"
summary: "Gets the properties property: The resource-specific properties for this resource."
modifiers:
- "abstract"
syntax: "public abstract DeviceProperties properties()"
desc: "Gets the properties property: The resource-specific properties for this resource."
returns:
description: "the properties value."
type: "<xref href=\"com.azure.resourcemanager.sphere.models.DeviceProperties?alt=com.azure.resourcemanager.sphere.models.DeviceProperties&text=DeviceProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sphere.models.Device.refresh()"
fullName: "com.azure.resourcemanager.sphere.models.Device.refresh()"
name: "refresh()"
nameWithType: "Device.refresh()"
summary: "Refreshes the resource to sync with Azure."
modifiers:
- "abstract"
syntax: "public abstract Device refresh()"
desc: "Refreshes the resource to sync with Azure."
returns:
description: "the refreshed resource."
type: "<xref href=\"com.azure.resourcemanager.sphere.models.Device?alt=com.azure.resourcemanager.sphere.models.Device&text=Device\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sphere.models.Device.refresh(com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.sphere.models.Device.refresh(Context context)"
name: "refresh(Context context)"
nameWithType: "Device.refresh(Context context)"
summary: "Refreshes the resource to sync with Azure."
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 Device refresh(Context context)"
desc: "Refreshes the resource to sync with Azure."
returns:
description: "the refreshed resource."
type: "<xref href=\"com.azure.resourcemanager.sphere.models.Device?alt=com.azure.resourcemanager.sphere.models.Device&text=Device\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sphere.models.Device.resourceGroupName()"
fullName: "com.azure.resourcemanager.sphere.models.Device.resourceGroupName()"
name: "resourceGroupName()"
nameWithType: "Device.resourceGroupName()"
summary: "Gets the name of the resource group."
modifiers:
- "abstract"
syntax: "public abstract String resourceGroupName()"
desc: "Gets the name of the resource group."
returns:
description: "the name of the resource group."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sphere.models.Device.systemData()"
fullName: "com.azure.resourcemanager.sphere.models.Device.systemData()"
name: "systemData()"
nameWithType: "Device.systemData()"
summary: "Gets the system<wbr>Data property: Azure Resource Manager metadata containing created<wbr>By and modified<wbr>By information."
modifiers:
- "abstract"
syntax: "public abstract SystemData systemData()"
desc: "Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information."
returns:
description: "the systemData value."
type: "<xref href=\"com.azure.core.management.SystemData?alt=com.azure.core.management.SystemData&text=SystemData\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sphere.models.Device.type()"
fullName: "com.azure.resourcemanager.sphere.models.Device.type()"
name: "type()"
nameWithType: "Device.type()"
summary: "Gets the type property: The type of the resource."
modifiers:
- "abstract"
syntax: "public abstract String type()"
desc: "Gets the type property: The type of the resource."
returns:
description: "the type value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sphere.models.Device.update()"
fullName: "com.azure.resourcemanager.sphere.models.Device.update()"
name: "update()"
nameWithType: "Device.update()"
summary: "Begins update for the Device resource."
modifiers:
- "abstract"
syntax: "public abstract Device.Update update()"
desc: "Begins update for the Device resource."
returns:
description: "the stage of resource update."
type: "<xref href=\"com.azure.resourcemanager.sphere.models.Device.Update?alt=com.azure.resourcemanager.sphere.models.Device.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "An immutable client-side representation of Device."
metadata: {}
package: "com.azure.resourcemanager.sphere.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-sphere:1.0.0