NetworkInterfaceResourceSettings Class
Defines the network interface resource settings.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.regionmove.models._models_py3.ResourceSettingsNetworkInterfaceResourceSettings
Constructor
NetworkInterfaceResourceSettings(*, target_resource_name: str, ip_configurations: Optional[List[azure.mgmt.regionmove.models._models_py3.NicIpConfigurationResourceSettings]] = None, enable_accelerated_networking: Optional[bool] = None, **kwargs)
Parameters
- resource_type
- str
Required
Required. The resource type. For example, the value can be Microsoft.Compute/virtualMachines.Constant filled by server.
- ip_configurations
- list[<xref:region_move_service_api.models.NicIpConfigurationResourceSettings>]
Required
Gets or sets the IP configurations of the NIC.
- enable_accelerated_networking
- bool
Required
Gets or sets a value indicating whether accelerated networking is enabled.
Feedback
Submit and view feedback for