Skip to main content

devices_network_settings

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

Overview

Namedevices_network_settings
TypeResource
Idazure_extras.storsimple_1200_series.devices_network_settings

Fields

NameDatatypeDescription
idtextThe identifier.
nametextThe name.
deviceNametextfield from the properties object
managerNametextfield from the properties object
node_networkstextfield from the properties object
primary_dns_servertextfield from the properties object
resourceGroupNametextfield from the properties object
secondary_dns_servertextfield from the properties object
subscriptionIdtextfield from the properties object
typetextThe type.

Methods

NameAccessible byRequired ParamsDescription
getSELECTdeviceName, managerName, resourceGroupName, subscriptionIdReturns the network settings of the specified device name.

SELECT examples

Returns the network settings of the specified device name.

SELECT
id,
name,
deviceName,
managerName,
node_networks,
primary_dns_server,
resourceGroupName,
secondary_dns_server,
subscriptionId,
type
FROM azure_extras.storsimple_1200_series.vw_devices_network_settings
WHERE deviceName = '{{ deviceName }}'
AND managerName = '{{ managerName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';