C# Class nterraform.resources.azurerm_virtual_machine_scale_set.network_profile

Inheritance: nterraform.structure
显示文件 Open project: pchalamet/NTerraform

Private Properties

Property Type Description

Public Methods

Method Description
network_profile ( Array @ipConfiguration, string @name, bool @primary, bool? @acceleratedNetworking = null, Array @dnsSettings = null, bool? @ipForwarding = null, string @networkSecurityGroupId = null ) : System.Collections.Generic

Method Details

network_profile() public method

public network_profile ( Array @ipConfiguration, string @name, bool @primary, bool? @acceleratedNetworking = null, Array @dnsSettings = null, bool? @ipForwarding = null, string @networkSecurityGroupId = null ) : System.Collections.Generic
@ipConfiguration Array
@name string
@primary bool
@acceleratedNetworking bool?
@dnsSettings Array
@ipForwarding bool?
@networkSecurityGroupId string
return System.Collections.Generic