Scale Set Network Profile
data class ScaleSetNetworkProfile(val acceleratedNetworking: Boolean? = null, val dnsSettings: ScaleSetNetworkProfileDnsSettings? = null, val ipConfigurations: List<ScaleSetNetworkProfileIpConfiguration>, val ipForwarding: Boolean? = null, val name: String, val networkSecurityGroupId: String? = null, val primary: Boolean)
Constructors
Link copied to clipboard
fun ScaleSetNetworkProfile(acceleratedNetworking: Boolean? = null, dnsSettings: ScaleSetNetworkProfileDnsSettings? = null, ipConfigurations: List<ScaleSetNetworkProfileIpConfiguration>, ipForwarding: Boolean? = null, name: String, networkSecurityGroupId: String? = null, primary: Boolean)