nic_config {AzureVM} | R Documentation |
Network interface configuration
Description
Network interface configuration
Usage
nic_config(nic_ip = list(nic_ip_config()), ...)
nic_ip_config(name = "ipconfig", private_alloc = "dynamic",
subnet = "[variables('subnetId')]",
public_address = "[variables('ipId')]", ...)
Arguments
nic_ip |
For |
... |
Other named arguments that will be treated as resource properties. |
name |
For |
private_alloc |
For |
subnet |
For |
public_address |
For |
See Also
Examples
nic_config()
[Package AzureVM version 2.2.2 Index]