85 строки
6.2 KiB
YAML
85 строки
6.2 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.sphere.fluent.models.DeviceInner"
|
|
fullName: "com.azure.resourcemanager.sphere.fluent.models.DeviceInner"
|
|
name: "DeviceInner"
|
|
nameWithType: "DeviceInner"
|
|
summary: "An device resource belonging to a device group resource."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.management.ProxyResource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"com.azure.core.management.ProxyResource?alt=com.azure.core.management.ProxyResource&text=ProxyResource\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"com.azure.core.management.ProxyResource.id()?alt=com.azure.core.management.ProxyResource.id&text=id\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.management.ProxyResource.name()?alt=com.azure.core.management.ProxyResource.name&text=name\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.management.ProxyResource.type()?alt=com.azure.core.management.ProxyResource.type&text=type\" data-throw-if-not-resolved=\"False\" />"
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **DeviceInner**</br> extends <xref href=\"com.azure.core.management.ProxyResource?alt=com.azure.core.management.ProxyResource&text=ProxyResource\" data-throw-if-not-resolved=\"False\" />"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.sphere.fluent.models.DeviceInner.DeviceInner()"
|
|
fullName: "com.azure.resourcemanager.sphere.fluent.models.DeviceInner.DeviceInner()"
|
|
name: "DeviceInner()"
|
|
nameWithType: "DeviceInner.DeviceInner()"
|
|
summary: "Creates an instance of Device<wbr>Inner class."
|
|
syntax: "public DeviceInner()"
|
|
desc: "Creates an instance of DeviceInner class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.sphere.fluent.models.DeviceInner.properties()"
|
|
fullName: "com.azure.resourcemanager.sphere.fluent.models.DeviceInner.properties()"
|
|
name: "properties()"
|
|
nameWithType: "DeviceInner.properties()"
|
|
summary: "Get the properties property: The resource-specific properties for this resource."
|
|
syntax: "public DeviceProperties properties()"
|
|
desc: "Get 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.fluent.models.DeviceInner.systemData()"
|
|
fullName: "com.azure.resourcemanager.sphere.fluent.models.DeviceInner.systemData()"
|
|
name: "systemData()"
|
|
nameWithType: "DeviceInner.systemData()"
|
|
summary: "Get the system<wbr>Data property: Azure Resource Manager metadata containing created<wbr>By and modified<wbr>By information."
|
|
syntax: "public SystemData systemData()"
|
|
desc: "Get 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.fluent.models.DeviceInner.validate()"
|
|
fullName: "com.azure.resourcemanager.sphere.fluent.models.DeviceInner.validate()"
|
|
name: "validate()"
|
|
nameWithType: "DeviceInner.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.sphere.fluent.models.DeviceInner.withProperties(com.azure.resourcemanager.sphere.models.DeviceProperties)"
|
|
fullName: "com.azure.resourcemanager.sphere.fluent.models.DeviceInner.withProperties(DeviceProperties properties)"
|
|
name: "withProperties(DeviceProperties properties)"
|
|
nameWithType: "DeviceInner.withProperties(DeviceProperties properties)"
|
|
summary: "Set the properties property: The resource-specific properties for this resource."
|
|
parameters:
|
|
- description: "the properties value to set."
|
|
name: "properties"
|
|
type: "<xref href=\"com.azure.resourcemanager.sphere.models.DeviceProperties?alt=com.azure.resourcemanager.sphere.models.DeviceProperties&text=DeviceProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public DeviceInner withProperties(DeviceProperties properties)"
|
|
desc: "Set the properties property: The resource-specific properties for this resource."
|
|
returns:
|
|
description: "the DeviceInner object itself."
|
|
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: "class"
|
|
desc: "An device resource belonging to a device group resource."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.sphere.fluent.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-sphere:1.0.0
|