NetworkProfileResponse

data class NetworkProfileResponse(val networkApiVersion: String? = null, val networkInterfaceConfigurations: List<VirtualMachineNetworkInterfaceConfigurationResponse>? = null, val networkInterfaces: List<NetworkInterfaceReferenceResponse>? = null)

Specifies the network interfaces or the networking configuration of the virtual machine.

Constructors

Link copied to clipboard
constructor(networkApiVersion: String? = null, networkInterfaceConfigurations: List<VirtualMachineNetworkInterfaceConfigurationResponse>? = null, networkInterfaces: List<NetworkInterfaceReferenceResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations

Link copied to clipboard

Specifies the networking configurations that will be used to create the virtual machine networking resources.

Link copied to clipboard

Specifies the list of resource Ids for the network interfaces associated with the virtual machine.