DeviceInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. hybridnetwork. fluent. models. DeviceInner
- com.
- com.
- com.
public final class DeviceInner
extends Resource
Device resource.
Constructor Summary
| Constructor | Description |
|---|---|
| DeviceInner() |
Creates an instance of Device |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Device |
properties()
Get the properties property: Device properties. |
|
System |
systemData()
Get the system |
| void |
validate()
Validates the instance. |
|
Device |
withLocation(String location) |
|
Device |
withProperties(DevicePropertiesFormat properties)
Set the properties property: Device properties. |
|
Device |
withTags(Map<String,String> tags) |
Methods inherited from ProxyResource
Methods inherited from Resource
Methods inherited from java.lang.Object
Constructor Details
DeviceInner
public DeviceInner()
Creates an instance of DeviceInner class.
Method Details
properties
public DevicePropertiesFormat properties()
Get the properties property: Device properties.
Returns:
systemData
public SystemData systemData()
Get the systemData property: The system meta data relating to this resource.
Returns:
validate
public void validate()
Validates the instance.
withLocation
public DeviceInner withLocation(String location)
Overrides:
DeviceInner.withLocation(String location)Parameters:
withProperties
public DeviceInner withProperties(DevicePropertiesFormat properties)
Set the properties property: Device properties.
Parameters:
Returns:
withTags
public DeviceInner withTags(Map<String,String> tags)
Overrides:
DeviceInner.withTags(Map<String,String> tags)Parameters: