-
Notifications
You must be signed in to change notification settings - Fork 247
/
azure.mgmt.compute.v2021_07_01.models.NetworkProfile.yml
54 lines (48 loc) · 2.33 KB
/
azure.mgmt.compute.v2021_07_01.models.NetworkProfile.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
### YamlMime:PythonClass
uid: azure.mgmt.compute.v2021_07_01.models.NetworkProfile
name: NetworkProfile
fullName: azure.mgmt.compute.v2021_07_01.models.NetworkProfile
module: azure.mgmt.compute.v2021_07_01.models
inheritances:
- azure.mgmt.compute._serialization.Model
summary: Specifies the network interfaces or the networking configuration of the virtual
machine.
constructor:
syntax: 'NetworkProfile(*, network_interfaces: List[_models.NetworkInterfaceReference]
| None = None, network_api_version: str | _models.NetworkApiVersion | None = None,
network_interface_configurations: List[_models.VirtualMachineNetworkInterfaceConfiguration]
| None = None, **kwargs: Any)'
keywordOnlyParameters:
- name: network_interfaces
description: 'Specifies the list of resource Ids for the network interfaces
associated with the virtual machine.'
types:
- <xref:list>[<xref:azure.mgmt.compute.v2021_07_01.models.NetworkInterfaceReference>]
- name: network_api_version
description: 'specifies the Microsoft.Network API version used when creating
networking resources in the Network Interface Configurations. "2020-11-01"'
types:
- <xref:str>
- <xref:azure.mgmt.compute.v2021_07_01.models.NetworkApiVersion>
- name: network_interface_configurations
description: 'Specifies the networking configurations that will be
used to create the virtual machine networking resources.'
types:
- <xref:list>[<xref:azure.mgmt.compute.v2021_07_01.models.VirtualMachineNetworkInterfaceConfiguration>]
variables:
- description: 'Specifies the list of resource Ids for the network interfaces
associated with the virtual machine.'
name: network_interfaces
types:
- <xref:list>[<xref:azure.mgmt.compute.v2021_07_01.models.NetworkInterfaceReference>]
- description: 'specifies the Microsoft.Network API version used when creating
networking resources in the Network Interface Configurations. "2020-11-01"'
name: network_api_version
types:
- <xref:str>
- <xref:azure.mgmt.compute.v2021_07_01.models.NetworkApiVersion>
- description: 'Specifies the networking configurations that will be
used to create the virtual machine networking resources.'
name: network_interface_configurations
types:
- <xref:list>[<xref:azure.mgmt.compute.v2021_07_01.models.VirtualMachineNetworkInterfaceConfiguration>]