Skip to main content

devices_network_settings

Creates, updates, deletes, gets or lists a devices_network_settings resource.

Overview

Namedevices_network_settings
TypeResource
Idazure.data_box_edge.devices_network_settings

Fields

NameDatatypeDescription
idtextThe path ID that uniquely identifies the object.
nametextThe object name.
deviceNametextfield from the properties object
network_adapterstextfield from the properties object
resourceGroupNametextfield from the properties object
subscriptionIdtextfield from the properties object
system_datatextfield from the properties object
typetextThe hierarchical type of the object.

Methods

NameAccessible byRequired ParamsDescription
getSELECTdeviceName, resourceGroupName, subscriptionIdGets the network settings of the specified Data Box Edge/Data Box Gateway device.

SELECT examples

Gets the network settings of the specified Data Box Edge/Data Box Gateway device.

SELECT
id,
name,
deviceName,
network_adapters,
resourceGroupName,
subscriptionId,
system_data,
type
FROM azure.data_box_edge.vw_devices_network_settings
WHERE deviceName = '{{ deviceName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';