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

85 строки
6.4 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.sphere.fluent.models.DeviceGroupInner"
fullName: "com.azure.resourcemanager.sphere.fluent.models.DeviceGroupInner"
name: "DeviceGroupInner"
nameWithType: "DeviceGroupInner"
summary: "An device group resource belonging to a product 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 **DeviceGroupInner**</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.DeviceGroupInner.DeviceGroupInner()"
fullName: "com.azure.resourcemanager.sphere.fluent.models.DeviceGroupInner.DeviceGroupInner()"
name: "DeviceGroupInner()"
nameWithType: "DeviceGroupInner.DeviceGroupInner()"
summary: "Creates an instance of Device<wbr>Group<wbr>Inner class."
syntax: "public DeviceGroupInner()"
desc: "Creates an instance of DeviceGroupInner class."
methods:
- uid: "com.azure.resourcemanager.sphere.fluent.models.DeviceGroupInner.properties()"
fullName: "com.azure.resourcemanager.sphere.fluent.models.DeviceGroupInner.properties()"
name: "properties()"
nameWithType: "DeviceGroupInner.properties()"
summary: "Get the properties property: The resource-specific properties for this resource."
syntax: "public DeviceGroupProperties 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.DeviceGroupProperties?alt=com.azure.resourcemanager.sphere.models.DeviceGroupProperties&text=DeviceGroupProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sphere.fluent.models.DeviceGroupInner.systemData()"
fullName: "com.azure.resourcemanager.sphere.fluent.models.DeviceGroupInner.systemData()"
name: "systemData()"
nameWithType: "DeviceGroupInner.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.DeviceGroupInner.validate()"
fullName: "com.azure.resourcemanager.sphere.fluent.models.DeviceGroupInner.validate()"
name: "validate()"
nameWithType: "DeviceGroupInner.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.sphere.fluent.models.DeviceGroupInner.withProperties(com.azure.resourcemanager.sphere.models.DeviceGroupProperties)"
fullName: "com.azure.resourcemanager.sphere.fluent.models.DeviceGroupInner.withProperties(DeviceGroupProperties properties)"
name: "withProperties(DeviceGroupProperties properties)"
nameWithType: "DeviceGroupInner.withProperties(DeviceGroupProperties 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.DeviceGroupProperties?alt=com.azure.resourcemanager.sphere.models.DeviceGroupProperties&text=DeviceGroupProperties\" data-throw-if-not-resolved=\"False\" />"
syntax: "public DeviceGroupInner withProperties(DeviceGroupProperties properties)"
desc: "Set the properties property: The resource-specific properties for this resource."
returns:
description: "the DeviceGroupInner object itself."
type: "<xref href=\"com.azure.resourcemanager.sphere.fluent.models.DeviceGroupInner?alt=com.azure.resourcemanager.sphere.fluent.models.DeviceGroupInner&text=DeviceGroupInner\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "An device group resource belonging to a product resource."
metadata: {}
package: "com.azure.resourcemanager.sphere.fluent.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-sphere:1.0.0