Skip to main content

interfaces_virtual_machine_scale_set_network_interfaces

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

Overview

Nameinterfaces_virtual_machine_scale_set_network_interfaces
TypeResource
Idazure.network.interfaces_virtual_machine_scale_set_network_interfaces

Fields

NameDatatypeDescription
idtextResource ID.
nametextResource name.
auxiliary_modetextfield from the properties object
auxiliary_skutextfield from the properties object
disable_tcp_state_trackingtextfield from the properties object
dns_settingstextfield from the properties object
dscp_configurationtextfield from the properties object
enable_accelerated_networkingtextfield from the properties object
enable_ip_forwardingtextfield from the properties object
etagtextA unique read-only string that changes whenever the resource is updated.
extended_locationtextfield from the properties object
hosted_workloadstextfield from the properties object
ip_configurationstextfield from the properties object
locationtextResource location.
mac_addresstextfield from the properties object
migration_phasetextfield from the properties object
networkInterfaceNametextfield from the properties object
network_security_grouptextfield from the properties object
nic_typetextfield from the properties object
primarytextfield from the properties object
private_endpointtextfield from the properties object
private_link_servicetextfield from the properties object
provisioning_statetextfield from the properties object
resourceGroupNametextfield from the properties object
resource_guidtextfield from the properties object
subscriptionIdtextfield from the properties object
tagstextResource tags.
tap_configurationstextfield from the properties object
typetextResource type.
virtualMachineScaleSetNametextfield from the properties object
virtual_machinetextfield from the properties object
virtualmachineIndextextfield from the properties object
vnet_encryption_supportedtextfield from the properties object
workload_typetextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECTnetworkInterfaceName, resourceGroupName, subscriptionId, virtualMachineScaleSetName, virtualmachineIndexGet the specified network interface in a virtual machine scale set.
listSELECTresourceGroupName, subscriptionId, virtualMachineScaleSetNameGets all network interfaces in a virtual machine scale set.

SELECT examples

Gets all network interfaces in a virtual machine scale set.

SELECT
id,
name,
auxiliary_mode,
auxiliary_sku,
disable_tcp_state_tracking,
dns_settings,
dscp_configuration,
enable_accelerated_networking,
enable_ip_forwarding,
etag,
extended_location,
hosted_workloads,
ip_configurations,
location,
mac_address,
migration_phase,
networkInterfaceName,
network_security_group,
nic_type,
primary,
private_endpoint,
private_link_service,
provisioning_state,
resourceGroupName,
resource_guid,
subscriptionId,
tags,
tap_configurations,
type,
virtualMachineScaleSetName,
virtual_machine,
virtualmachineIndex,
vnet_encryption_supported,
workload_type
FROM azure.network.vw_interfaces_virtual_machine_scale_set_network_interfaces
WHERE resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}'
AND virtualMachineScaleSetName = '{{ virtualMachineScaleSetName }}';