interfaces_cloud_service_network_interfaces
Creates, updates, deletes, gets or lists a interfaces_cloud_service_network_interfaces
resource.
Overview
Name | interfaces_cloud_service_network_interfaces |
Type | Resource |
Id | azure.network.interfaces_cloud_service_network_interfaces |
Fields
- vw_interfaces_cloud_service_network_interfaces
- interfaces_cloud_service_network_interfaces
Name | Datatype | Description |
---|---|---|
id | text | Resource ID. |
name | text | Resource name. |
auxiliary_mode | text | field from the properties object |
auxiliary_sku | text | field from the properties object |
cloudServiceName | text | field from the properties object |
disable_tcp_state_tracking | text | field from the properties object |
dns_settings | text | field from the properties object |
dscp_configuration | text | field from the properties object |
enable_accelerated_networking | text | field from the properties object |
enable_ip_forwarding | text | field from the properties object |
etag | text | A unique read-only string that changes whenever the resource is updated. |
extended_location | text | field from the properties object |
hosted_workloads | text | field from the properties object |
ip_configurations | text | field from the properties object |
location | text | Resource location. |
mac_address | text | field from the properties object |
migration_phase | text | field from the properties object |
networkInterfaceName | text | field from the properties object |
network_security_group | text | field from the properties object |
nic_type | text | field from the properties object |
primary | text | field from the properties object |
private_endpoint | text | field from the properties object |
private_link_service | text | field from the properties object |
provisioning_state | text | field from the properties object |
resourceGroupName | text | field from the properties object |
resource_guid | text | field from the properties object |
roleInstanceName | text | field from the properties object |
subscriptionId | text | field from the properties object |
tags | text | Resource tags. |
tap_configurations | text | field from the properties object |
type | text | Resource type. |
virtual_machine | text | field from the properties object |
vnet_encryption_supported | text | field from the properties object |
workload_type | text | field from the properties object |
Name | Datatype | Description |
---|---|---|
id | string | Resource ID. |
name | string | Resource name. |
etag | string | A unique read-only string that changes whenever the resource is updated. |
extendedLocation | object | ExtendedLocation complex type. |
location | string | Resource location. |
properties | object | NetworkInterface properties. |
tags | object | Resource tags. |
type | string | Resource type. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | cloudServiceName, networkInterfaceName, resourceGroupName, roleInstanceName, subscriptionId | Get the specified network interface in a cloud service. |
list | SELECT | cloudServiceName, resourceGroupName, subscriptionId | Gets all network interfaces in a cloud service. |
SELECT
examples
Gets all network interfaces in a cloud service.
- vw_interfaces_cloud_service_network_interfaces
- interfaces_cloud_service_network_interfaces
SELECT
id,
name,
auxiliary_mode,
auxiliary_sku,
cloudServiceName,
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,
roleInstanceName,
subscriptionId,
tags,
tap_configurations,
type,
virtual_machine,
vnet_encryption_supported,
workload_type
FROM azure.network.vw_interfaces_cloud_service_network_interfaces
WHERE cloudServiceName = '{{ cloudServiceName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';
SELECT
id,
name,
etag,
extendedLocation,
location,
properties,
tags,
type
FROM azure.network.interfaces_cloud_service_network_interfaces
WHERE cloudServiceName = '{{ cloudServiceName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';