interfaces_virtual_machine_scale_set_ip_configurations
Creates, updates, deletes, gets or lists a interfaces_virtual_machine_scale_set_ip_configurations
resource.
Overview
Name | interfaces_virtual_machine_scale_set_ip_configurations |
Type | Resource |
Id | azure.network.interfaces_virtual_machine_scale_set_ip_configurations |
Fields
- vw_interfaces_virtual_machine_scale_set_ip_configurations
- interfaces_virtual_machine_scale_set_ip_configurations
Name | Datatype | Description |
---|---|---|
id | text | Resource ID. |
name | text | The name of the resource that is unique within a resource group. This name can be used to access the resource. |
application_gateway_backend_address_pools | text | field from the properties object |
application_security_groups | text | field from the properties object |
etag | text | A unique read-only string that changes whenever the resource is updated. |
gateway_load_balancer | text | field from the properties object |
ipConfigurationName | text | field from the properties object |
load_balancer_backend_address_pools | text | field from the properties object |
load_balancer_inbound_nat_rules | text | field from the properties object |
networkInterfaceName | text | field from the properties object |
primary | text | field from the properties object |
private_ip_address | text | field from the properties object |
private_ip_address_prefix_length | text | field from the properties object |
private_ip_address_version | text | field from the properties object |
private_ip_allocation_method | text | field from the properties object |
private_link_connection_properties | text | field from the properties object |
provisioning_state | text | field from the properties object |
public_ip_address | text | field from the properties object |
resourceGroupName | text | field from the properties object |
subnet | text | field from the properties object |
subscriptionId | text | field from the properties object |
type | text | Resource type. |
virtualMachineScaleSetName | text | field from the properties object |
virtual_network_taps | text | field from the properties object |
virtualmachineIndex | text | field from the properties object |
Name | Datatype | Description |
---|---|---|
id | string | Resource ID. |
name | string | The name of the resource that is unique within a resource group. This name can be used to access the resource. |
etag | string | A unique read-only string that changes whenever the resource is updated. |
properties | object | Properties of IP configuration. |
type | string | Resource type. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | ipConfigurationName, networkInterfaceName, resourceGroupName, subscriptionId, virtualMachineScaleSetName, virtualmachineIndex | Get the specified network interface ip configuration in a virtual machine scale set. |
list | SELECT | networkInterfaceName, resourceGroupName, subscriptionId, virtualMachineScaleSetName, virtualmachineIndex | Get the specified network interface ip configuration in a virtual machine scale set. |
SELECT
examples
Get the specified network interface ip configuration in a virtual machine scale set.
- vw_interfaces_virtual_machine_scale_set_ip_configurations
- interfaces_virtual_machine_scale_set_ip_configurations
SELECT
id,
name,
application_gateway_backend_address_pools,
application_security_groups,
etag,
gateway_load_balancer,
ipConfigurationName,
load_balancer_backend_address_pools,
load_balancer_inbound_nat_rules,
networkInterfaceName,
primary,
private_ip_address,
private_ip_address_prefix_length,
private_ip_address_version,
private_ip_allocation_method,
private_link_connection_properties,
provisioning_state,
public_ip_address,
resourceGroupName,
subnet,
subscriptionId,
type,
virtualMachineScaleSetName,
virtual_network_taps,
virtualmachineIndex
FROM azure.network.vw_interfaces_virtual_machine_scale_set_ip_configurations
WHERE networkInterfaceName = '{{ networkInterfaceName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}'
AND virtualMachineScaleSetName = '{{ virtualMachineScaleSetName }}'
AND virtualmachineIndex = '{{ virtualmachineIndex }}';
SELECT
id,
name,
etag,
properties,
type
FROM azure.network.interfaces_virtual_machine_scale_set_ip_configurations
WHERE networkInterfaceName = '{{ networkInterfaceName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}'
AND virtualMachineScaleSetName = '{{ virtualMachineScaleSetName }}'
AND virtualmachineIndex = '{{ virtualmachineIndex }}';